Home
last modified time | relevance | path

Searched refs:hash_pin (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h217 enum pkcs11_rc hash_pin(enum pkcs11_user_type user, const uint8_t *pin,
H A Dpkcs11_token.c928 rc = hash_pin(PKCS11_CKU_SO, pin, pin_size, in entry_ck_token_initialize()
1050 rc = hash_pin(user_type, new_pin, new_pin_size, in set_pin()
1062 rc = hash_pin(user_type, new_pin, new_pin_size, in set_pin()
H A Dpersistent_token.c98 enum pkcs11_rc hash_pin(enum pkcs11_user_type user, const uint8_t *pin, in hash_pin() function