Home
last modified time | relevance | path

Searched refs:PKCS11_CKR_PIN_INCORRECT (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c127 rc = PKCS11_CKR_PIN_INCORRECT; in verify_pin()
273 return PKCS11_CKR_PIN_INCORRECT; in verify_identity_auth()
277 return PKCS11_CKR_PIN_INCORRECT; in verify_identity_auth()
279 return PKCS11_CKR_PIN_INCORRECT; in verify_identity_auth()
H A Dpkcs11_token.c896 if (rc != PKCS11_CKR_PIN_INCORRECT) in entry_ck_token_initialize()
910 return PKCS11_CKR_PIN_INCORRECT; in entry_ck_token_initialize()
1164 if (rc == PKCS11_CKR_PIN_INCORRECT) { in check_so_pin()
1168 return PKCS11_CKR_PIN_INCORRECT; in check_so_pin()
1224 if (rc == PKCS11_CKR_PIN_INCORRECT) { in check_user_pin()
1228 return PKCS11_CKR_PIN_INCORRECT; in check_user_pin()
H A Dpkcs11_token.h252 return PKCS11_CKR_PIN_INCORRECT; in verify_identity_auth()
H A Dpkcs11_helpers.c276 PKCS11_ID(PKCS11_CKR_PIN_INCORRECT),
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h753 PKCS11_CKR_PIN_INCORRECT = 0x00a0, enumerator