Searched refs:keyVec (Results 1 – 1 of 1) sorted by relevance
167 vector<uint8_t> keyVec; in eicOpsDecryptAes128Gcm() local168 keyVec.resize(16); in eicOpsDecryptAes128Gcm()169 memcpy(keyVec.data(), key, 16); in eicOpsDecryptAes128Gcm()184 android::hardware::identity::support::decryptAes128Gcm(keyVec, encryptedDataVec, in eicOpsDecryptAes128Gcm()