Searched refs:tmp_hash (Results 1 – 1 of 1) sorted by relevance
119 uint8_t tmp_hash[TEE_MAX_HASH_SIZE] = { 0 }; in verify_pin() local122 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