Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h111 optional<vector<uint8_t>> encryptAes128Gcm(const vector<uint8_t>& key, const vector<uint8_t>& nonce,
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc177 android::hardware::identity::support::encryptAes128Gcm(cppKey, cppNonce, cppData, in eicOpsEncryptAes128Gcm()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp512 optional<vector<uint8_t>> encryptAes128Gcm(const vector<uint8_t>& key, const vector<uint8_t>& nonce, in encryptAes128Gcm() function