Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_crypto.c224 CCHashResult_t pubKeyHash; in verify_hash() local
260 data_len, pubKeyHash); in verify_hash()
264 rc = memcmp(pubKeyHash, hash, HASH_RESULT_SIZE_IN_BYTES); in verify_hash()
/external/arm-trusted-firmware/drivers/auth/cryptocell/712/
Dcryptocell_crypto.c249 CCHashResult_t pubKeyHash; in verify_hash() local
291 (uintptr_t)data_ptr, data_len, pubKeyHash); in verify_hash()
295 rc = memcmp(pubKeyHash, hash, HASH_RESULT_SIZE_IN_BYTES); in verify_hash()