Home
last modified time | relevance | path

Searched refs:PKCS11_CKFT_USER_PIN_FINAL_TRY (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h870 #define PKCS11_CKFT_USER_PIN_FINAL_TRY (1U << 17) macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c949 PKCS11_CKFT_USER_PIN_FINAL_TRY | in entry_ck_token_initialize()
1069 PKCS11_CKFT_USER_PIN_FINAL_TRY | in set_pin()
1215 db->flags |= PKCS11_CKFT_USER_PIN_FINAL_TRY; in check_user_pin()
1238 db->flags &= ~PKCS11_CKFT_USER_PIN_FINAL_TRY; in check_user_pin()
H A Dpkcs11_helpers.c225 PKCS11_ID(PKCS11_CKFT_USER_PIN_FINAL_TRY),
H A Dpersistent_token.c236 PKCS11_CKFT_USER_PIN_FINAL_TRY | in setup_identity_auth_from_pin()