Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc160 vector<uint8_t> cppData; in eicOpsEncryptAes128Gcm() local
161 cppData.resize(dataSize); in eicOpsEncryptAes128Gcm()
163 memcpy(cppData.data(), data, dataSize); in eicOpsEncryptAes128Gcm()
177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()