Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp100 const bytevec& macKey) { in verifyAndParseCoseMac0() argument
123 auto macFunction = [&macKey](const bytevec& input) { in verifyAndParseCoseMac0()
124 return generateHmacSha256(macKey, input); in verifyAndParseCoseMac0()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h247 const bytevec& macKey);
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp115 const cppcose::bytevec macKey(32); in getMacFunction() local
116 return cppcose::generateHmacSha256(macKey, input); in getMacFunction()