Home
last modified time | relevance | path

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

/system/keymaster/
Dintegrity_assured_key_blob.cpp114 uint8_t computed_hmac[HMAC_SIZE]; in DeserializeIntegrityAssuredBlob() local
116 hidden, computed_hmac); in DeserializeIntegrityAssuredBlob()
120 if (CRYPTO_memcmp(key_blob.end() - HMAC_SIZE, computed_hmac, HMAC_SIZE) != 0) in DeserializeIntegrityAssuredBlob()