Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Dremote_provisioning_context.h40 const std::vector<uint8_t>& macKey, //
/system/keymaster/include/keymaster/contexts/
Dpure_soft_remote_provisioning_context.h44 const std::vector<uint8_t>& macKey, //
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp164 const std::vector<uint8_t>& macKey, // in BuildProtectedDataPayload() argument
179 auto sign1 = constructCoseSign1(devicePrivKey, macKey, aad); in BuildProtectedDataPayload()
/system/keymaster/cppcose/
Dcppcose.cpp267 const bytevec& macKey) { in verifyAndParseCoseMac0() argument
290 auto macFunction = [&macKey](const bytevec& input) { in verifyAndParseCoseMac0()
291 return generateHmacSha256(macKey, input); in verifyAndParseCoseMac0()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h291 const bytevec& macKey);
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp119 const cppcose::bytevec macKey(32); in getMacFunction() local
120 return cppcose::generateHmacSha256(macKey, input); in getMacFunction()