Home
last modified time | relevance | path

Searched refs:PKCS11_TOKEN_SO_PIN_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c903 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in entry_ck_token_initialize()
905 if (pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in entry_ck_token_initialize()
1154 if (db->so_pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) in check_so_pin()
1156 else if (db->so_pin_count == PKCS11_TOKEN_SO_PIN_COUNT_MAX) in check_so_pin()
1177 if (db->so_pin_count < PKCS11_TOKEN_SO_PIN_COUNT_MAX - 1) { in check_so_pin()
H A Dpkcs11_token.h44 #define PKCS11_TOKEN_SO_PIN_COUNT_MAX 7 macro