Home
last modified time | relevance | path

Searched refs:user_pin_count (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c1067 token->db_main->user_pin_count = 0; in set_pin()
1212 db->user_pin_count++; in check_user_pin()
1214 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()
1232 db->user_pin_count--; in check_user_pin()
1234 db->user_pin_count = 0; in check_user_pin()
1237 if (db->user_pin_count < PKCS11_TOKEN_USER_PIN_COUNT_MAX - 1) { in check_user_pin()
1239 if (!db->user_pin_count) in check_user_pin()
H A Dpkcs11_token.h70 uint32_t user_pin_count; member
H A Dpersistent_token.c233 token->db_main->user_pin_count = 0; in setup_identity_auth_from_pin()