Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicOpsImpl.cc128 size_t additionalAuthenticationDataSize, uint8_t* encryptedData) { in eicOpsEncryptAes128Gcm() argument
157 memcpy(encryptedData, cppEncryptedData.value().data(), in eicOpsEncryptAes128Gcm()
169 const uint8_t* encryptedData, in eicOpsDecryptAes128Gcm() argument
181 memcpy(encryptedDataVec.data(), encryptedData, encryptedDataSize); in eicOpsDecryptAes128Gcm()
DEicOps.h167 size_t additionalAuthenticationDataSize, uint8_t* encryptedData);
176 const uint8_t* encryptedData,