Home
last modified time | relevance | path

Searched defs:macFunction (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp421 auto macFunction = getMacFunction(request.test_mode, rem_prov_ctx); in GenerateRkpKey() local
451 auto macFunction = getMacFunction(request.test_mode, rem_prov_ctx); in GenerateCsr() local
560 auto macFunction = getMacFunction(false /* test_mode */, rem_prov_ctx); in GenerateCsrV2() local
1033 auto macFunction = in GetRootOfTrust() local
H A Dremote_provisioning_utils.cpp133 const cppcose::HmacSha256Function& macFunction) { in validateAndExtractPubkeys()
/aosp_15_r20/system/keymaster/cppcose/
H A Dcppcose.cpp237 ErrMsgOr<HmacSha256> generateCoseMac0Mac(HmacSha256Function macFunction, const bytevec& externalAad, in generateCoseMac0Mac()
254 ErrMsgOr<cppbor::Array> constructCoseMac0(HmacSha256Function macFunction, in constructCoseMac0()
290 auto macFunction = [&macKey](const bytevec& input) { in verifyAndParseCoseMac0() local
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go190 type macFunction interface { interface
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go190 type macFunction interface { interface
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp2359 auto macFunction = [](const cppcose::bytevec& input) { in check_maced_pubkey() local