Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp33 static const char HMAC_KEY[] = "IntegrityAssuredBlob0"; variable
61 if (!HMAC_Init_ex(&ctx, HMAC_KEY, sizeof(HMAC_KEY), md, nullptr /* engine */)) in ComputeHmac()