Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/
Dpackage.cpp113 size_t* outPlaintextSize) { in hwaesDecryptAesGcmInPlace() argument
114 assert(outPlaintextSize != nullptr); in hwaesDecryptAesGcmInPlace()
153 *outPlaintextSize = ciphertextSize; in hwaesDecryptAesGcmInPlace()
Dcose.cpp943 size_t* outPlaintextSize) { in decryptAesGcmInPlace() argument
944 assert(outPlaintextSize != nullptr); in decryptAesGcmInPlace()
1057 *outPlaintextSize = ciphertextSize; in decryptAesGcmInPlace()
1066 size_t* outPlaintextSize, in coseDecryptAesGcmInPlace() argument
1069 assert(outPlaintextSize != nullptr); in coseDecryptAesGcmInPlace()
1198 ciphertextSize, gcmAadView, outPlaintextSize)) { in coseDecryptAesGcmInPlace()
/trusty/user/base/lib/apploader_package/include/apploader/
Dcose.h78 size_t* outPlaintextSize)>;