Home
last modified time | relevance | path

Searched defs:externalAad (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c251 static const uint8_t externalAad[0] = {}; in eicPresentationValidateRequestMessage() local
578 static const uint8_t externalAad[0] = {}; in eicPresentationCalcMacKey() local
831 static const uint8_t externalAad[0] = {}; in eicPresentationDeleteCredential() local
891 static const uint8_t externalAad[0] = {}; in eicPresentationProveOwnership() local
DEicProvisioning.c175 static const uint8_t externalAad[0] = {}; in eicProvisioningStartPersonalization() local
/aosp_15_r20/trusty/user/base/lib/apploader_package/
Dcose.cpp656 const std::span<const uint8_t> externalAad) { in coseBuildGcmAad()
791 const std::vector<uint8_t>& externalAad, in coseEncryptAesGcm()
845 const std::vector<uint8_t>& externalAad, in coseEncryptAesGcmKeyWrap()
1040 const std::vector<uint8_t>& externalAad, in coseDecryptAesGcmInPlace()
1185 const std::vector<uint8_t>& externalAad, in coseDecryptAesGcmKeyWrapInPlace()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c282 static const uint8_t externalAad[0] = {}; in eicPresentationValidateRequestMessage() local
714 static const uint8_t externalAad[0] = {}; in eicPresentationPrepareDeviceAuthentication() local
966 static const uint8_t externalAad[0] = {}; in eicPresentationDeleteCredential() local
1025 static const uint8_t externalAad[0] = {}; in eicPresentationProveOwnership() local
H A DEicProvisioning.c205 static const uint8_t externalAad[0] = {}; in eicProvisioningStartPersonalization() local
/aosp_15_r20/system/keymaster/cppcose/
H A Dcppcose.cpp237 ErrMsgOr<HmacSha256> generateCoseMac0Mac(HmacSha256Function macFunction, const bytevec& externalAad, in generateCoseMac0Mac()
255 const bytevec& externalAad, const bytevec& payload) { in constructCoseMac0()
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DUtils.java223 private static byte[] encodeAndSignSigStructure(byte[] protectedHeaders, byte[] externalAad, in encodeAndSignSigStructure()