Searched refs:cppKey (Results 1 – 1 of 1) sorted by relevance
156 vector<uint8_t> cppKey; in eicOpsEncryptAes128Gcm() local157 cppKey.resize(16); in eicOpsEncryptAes128Gcm()158 memcpy(cppKey.data(), key, 16); in eicOpsEncryptAes128Gcm()177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()