Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h869 #define PKCS11_CKFT_USER_PIN_COUNT_LOW (1U << 16) macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c948 PKCS11_CKFT_USER_PIN_COUNT_LOW | in entry_ck_token_initialize()
1068 flags_clear |= PKCS11_CKFT_USER_PIN_COUNT_LOW | in set_pin()
1211 db->flags |= PKCS11_CKFT_USER_PIN_COUNT_LOW; in check_user_pin()
1240 db->flags &= ~PKCS11_CKFT_USER_PIN_COUNT_LOW; in check_user_pin()
H A Dpkcs11_helpers.c224 PKCS11_ID(PKCS11_CKFT_USER_PIN_COUNT_LOW),
H A Dpersistent_token.c235 flags_clear = PKCS11_CKFT_USER_PIN_COUNT_LOW | in setup_identity_auth_from_pin()