Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp112 uint8_t computed_hmac[HMAC_SIZE]; in DeserializeIntegrityAssuredBlob() local
114 hidden, computed_hmac); in DeserializeIntegrityAssuredBlob()
118 if (CRYPTO_memcmp(key_blob.end() - HMAC_SIZE, computed_hmac, HMAC_SIZE) != 0) in DeserializeIntegrityAssuredBlob()