Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicOpsImpl.cc184 vector<uint8_t> aadVec; in eicOpsDecryptAes128Gcm() local
185 aadVec.resize(additionalAuthenticationDataSize); in eicOpsDecryptAes128Gcm()
187 memcpy(aadVec.data(), additionalAuthenticationData, in eicOpsDecryptAes128Gcm()
193 keyVec, encryptedDataVec, aadVec); in eicOpsDecryptAes128Gcm()