Searched refs:aadVec (Results 1 – 1 of 1) sorted by relevance
184 vector<uint8_t> aadVec; in eicOpsDecryptAes128Gcm() local185 aadVec.resize(additionalAuthenticationDataSize); in eicOpsDecryptAes128Gcm()187 memcpy(aadVec.data(), additionalAuthenticationData, in eicOpsDecryptAes128Gcm()193 keyVec, encryptedDataVec, aadVec); in eicOpsDecryptAes128Gcm()