Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicOpsImpl.cc129 vector<uint8_t> cppKey; in eicOpsEncryptAes128Gcm() local
130 cppKey.resize(16); in eicOpsEncryptAes128Gcm()
131 memcpy(cppKey.data(), key, 16); in eicOpsEncryptAes128Gcm()
151 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, in eicOpsEncryptAes128Gcm()
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc156 vector<uint8_t> cppKey; in eicOpsEncryptAes128Gcm() local
157 cppKey.resize(16); in eicOpsEncryptAes128Gcm()
158 memcpy(cppKey.data(), key, 16); in eicOpsEncryptAes128Gcm()
177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()