Searched refs:AES_gcm_decrypt (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/crypto/ |
D | lib.rs | 23 AES_gcm_decrypt, AES_gcm_encrypt, ECDHComputeKey, ECKEYGenerateKey, ECKEYMarshalPrivateKey, 122 AES_gcm_decrypt( in aes_gcm_decrypt() 473 generateKeyFromPassword, AES_gcm_decrypt, AES_gcm_encrypt, CreateKeyId, 506 let res = AES_gcm_decrypt( in test_encrypt_decrypt()
|
D | crypto.hpp | 30 bool AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len,
|
D | Android.bp | 76 "--allowlist-function", "AES_gcm_decrypt",
|
D | crypto.cpp | 124 bool AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len, const uint8_t* key, in AES_gcm_decrypt() function
|