Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c904 token->db_main->flags |= PKCS11_CKFT_SO_PIN_FINAL_TRY; in entry_ck_token_initialize()
938 PKCS11_CKFT_SO_PIN_FINAL_TRY | in entry_ck_token_initialize()
1057 PKCS11_CKFT_SO_PIN_FINAL_TRY | in set_pin()
1155 db->flags |= PKCS11_CKFT_SO_PIN_FINAL_TRY; in check_so_pin()
1178 db->flags &= ~PKCS11_CKFT_SO_PIN_FINAL_TRY; in check_so_pin()
H A Dpkcs11_helpers.c229 PKCS11_ID(PKCS11_CKFT_SO_PIN_FINAL_TRY),
H A Dpersistent_token.c225 PKCS11_CKFT_SO_PIN_FINAL_TRY | in setup_identity_auth_from_pin()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h874 #define PKCS11_CKFT_SO_PIN_FINAL_TRY (1U << 21) macro