Searched refs:encryptAes128Gcm (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/identity/aidl/default/ |
D | Util.cpp | 68 support::encryptAes128Gcm(storageKey, nonce.value(), {}, cborData); in secureAccessControlProfileCalcMac() 84 optional<vector<uint8_t>> mac = support::encryptAes128Gcm(storageKey, nonce, {}, cborData); in secureAccessControlProfileCheckMac()
|
D | WritableIdentityCredential.cpp | 306 support::encryptAes128Gcm(storageKey_, nonce.value(), content, entryAdditionalData_); in addEntryValue() 364 optional<vector<uint8_t>> credentialBlob = support::encryptAes128Gcm( in generateCredentialData()
|
D | IdentityCredential.cpp | 874 optional<vector<uint8_t>> encryptedSigningKey = support::encryptAes128Gcm( in generateSigningKeyPair()
|
/hardware/interfaces/identity/support/include/android/hardware/identity/support/ |
D | IdentityCredentialSupport.h | 103 optional<vector<uint8_t>> encryptAes128Gcm(const vector<uint8_t>& key, const vector<uint8_t>& nonce,
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 446 optional<vector<uint8_t>> encryptAes128Gcm(const vector<uint8_t>& key, const vector<uint8_t>& nonce, in encryptAes128Gcm() function
|