Searched refs:ciphertextData (Results 1 – 1 of 1) sorted by relevance
1179 const uint8_t* ciphertextData; in coseDecryptAesGcmInPlace() local1181 if (CborReadBstr(&in, &ciphertextSize, &ciphertextData) != in coseDecryptAesGcmInPlace()1197 if (!keyDecryptFn(key, ivView, const_cast<uint8_t*>(ciphertextData), in coseDecryptAesGcmInPlace()1202 *outPlaintextStart = ciphertextData; in coseDecryptAesGcmInPlace()