Searched refs:outPlaintextSize (Results 1 – 3 of 3) sorted by relevance
113 size_t* outPlaintextSize) { in hwaesDecryptAesGcmInPlace() argument114 assert(outPlaintextSize != nullptr); in hwaesDecryptAesGcmInPlace()153 *outPlaintextSize = ciphertextSize; in hwaesDecryptAesGcmInPlace()
943 size_t* outPlaintextSize) { in decryptAesGcmInPlace() argument944 assert(outPlaintextSize != nullptr); in decryptAesGcmInPlace()1057 *outPlaintextSize = ciphertextSize; in decryptAesGcmInPlace()1066 size_t* outPlaintextSize, in coseDecryptAesGcmInPlace() argument1069 assert(outPlaintextSize != nullptr); in coseDecryptAesGcmInPlace()1198 ciphertextSize, gcmAadView, outPlaintextSize)) { in coseDecryptAesGcmInPlace()
78 size_t* outPlaintextSize)>;