Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp342 auto macKey = verifyAndParseCoseSign1(signedMac->asArray(), signingKey, in checkProtectedData() local
348 ASSERT_TRUE(macKey) << macKey.message(); in checkProtectedData()
359 auto macPayload = verifyAndParseCoseMac0(&coseMac0, *macKey); in checkProtectedData()
/aosp12/system/keymaster/cppcose/
H A Dcppcose.cpp100 const bytevec& macKey) { in verifyAndParseCoseMac0() argument
123 auto macFunction = [&macKey](const bytevec& input) { in verifyAndParseCoseMac0()
124 return generateHmacSha256(macKey, input); in verifyAndParseCoseMac0()
/aosp12/system/keymaster/include/keymaster/cppcose/
H A Dcppcose.h247 const bytevec& macKey);
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp115 const cppcose::bytevec macKey(32); in getMacFunction() local
116 return cppcose::generateHmacSha256(macKey, input); in getMacFunction()