Searched refs:externalAad (Results 1 – 2 of 2) sorted by relevance
/trusty/user/base/lib/apploader_package/include/apploader/ |
D | cose.h | 223 const std::vector<uint8_t>& externalAad, 253 const std::vector<uint8_t>& externalAad,
|
/trusty/user/base/lib/apploader_package/ |
D | cose.cpp | 680 const std::span<const uint8_t> externalAad) { in coseBuildGcmAad() argument 685 enc.encodeBstr(externalAad); in coseBuildGcmAad() 815 const std::vector<uint8_t>& externalAad, in coseEncryptAesGcm() argument 840 std::span externalAadView = externalAad; in coseEncryptAesGcm() 869 const std::vector<uint8_t>& externalAad, in coseEncryptAesGcmKeyWrap() argument 920 externalAad, encodedProtectedHeaders, unprotectedHeaders, in coseEncryptAesGcmKeyWrap() 1064 const std::vector<uint8_t>& externalAad, in coseDecryptAesGcmInPlace() argument 1189 std::span externalAadView = externalAad; in coseDecryptAesGcmInPlace() 1209 const std::vector<uint8_t>& externalAad, in coseDecryptAesGcmKeyWrapInPlace() argument 1450 contentEncryptionKey, externalAad, in coseDecryptAesGcmKeyWrapInPlace()
|