Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dpersistent_token.c119 uint8_t tmp_hash[TEE_MAX_HASH_SIZE] = { 0 }; in verify_pin() local
122 rc = do_hash(user, pin, pin_size, salt, tmp_hash); in verify_pin()
126 if (buf_compare_ct(tmp_hash, hash, TEE_MAX_HASH_SIZE)) in verify_pin()

Completed in 3 milliseconds