Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc143 vector<uint8_t> cppNonce; in eicOpsEncryptAes128Gcm() local
144 cppNonce.resize(12); in eicOpsEncryptAes128Gcm()
145 memcpy(cppNonce.data(), nonce, 12); in eicOpsEncryptAes128Gcm()
148 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()