Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c950 PKCS11_CKFT_USER_PIN_LOCKED | in entry_ck_token_initialize()
1070 PKCS11_CKFT_USER_PIN_LOCKED | in set_pin()
1204 if (db->flags & PKCS11_CKFT_USER_PIN_LOCKED) in check_user_pin()
1217 db->flags |= PKCS11_CKFT_USER_PIN_LOCKED; in check_user_pin()
1225 if (db->flags & PKCS11_CKFT_USER_PIN_LOCKED) in check_user_pin()
1236 db->flags &= ~PKCS11_CKFT_USER_PIN_LOCKED; in check_user_pin()
H A Dpkcs11_helpers.c226 PKCS11_ID(PKCS11_CKFT_USER_PIN_LOCKED),
H A Dpersistent_token.c237 PKCS11_CKFT_USER_PIN_LOCKED | in setup_identity_auth_from_pin()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h871 #define PKCS11_CKFT_USER_PIN_LOCKED (1U << 18) macro