Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h45 #define PKCS11_TOKEN_USER_PIN_COUNT_MAX 7 macro
H A Dpkcs11_token.c1214 if (db->user_pin_count == PKCS11_TOKEN_USER_PIN_COUNT_MAX - 1) in check_user_pin()
1216 else if (db->user_pin_count == PKCS11_TOKEN_USER_PIN_COUNT_MAX) in check_user_pin()
1237 if (db->user_pin_count < PKCS11_TOKEN_USER_PIN_COUNT_MAX - 1) { in check_user_pin()