Home
last modified time | relevance | path

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

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