Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc172 vector<uint8_t> cppNonce; in eicOpsEncryptAes128Gcm() local
173 cppNonce.resize(12); in eicOpsEncryptAes128Gcm()
174 memcpy(cppNonce.data(), nonce, 12); in eicOpsEncryptAes128Gcm()
177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()