Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/
Dcose.cpp1179 const uint8_t* ciphertextData; in coseDecryptAesGcmInPlace() local
1181 if (CborReadBstr(&in, &ciphertextSize, &ciphertextData) != in coseDecryptAesGcmInPlace()
1197 if (!keyDecryptFn(key, ivView, const_cast<uint8_t*>(ciphertextData), in coseDecryptAesGcmInPlace()
1202 *outPlaintextStart = ciphertextData; in coseDecryptAesGcmInPlace()