Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp38 constexpr const char* kMacVerificationString = "Keymaster HMAC Verification"; variable
172 keymaster_blob_t data = {reinterpret_cast<const uint8_t*>(kMacVerificationString), in ComputeSharedHmac()
173 strlen(kMacVerificationString)}; in ComputeSharedHmac()