Home
last modified time | relevance | path

Searched refs:AES_gcm_encrypt (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/crypto/
Dlib.rs23 AES_gcm_decrypt, AES_gcm_encrypt, ECDHComputeKey, ECKEYGenerateKey, ECKEYMarshalPrivateKey,
159 AES_gcm_encrypt( in aes_gcm_encrypt()
473 generateKeyFromPassword, AES_gcm_decrypt, AES_gcm_encrypt, CreateKeyId,
494 let res = AES_gcm_encrypt( in test_encrypt_decrypt()
Dcrypto.hpp28 bool AES_gcm_encrypt(const uint8_t* in, uint8_t* out, size_t len,
DAndroid.bp75 "--allowlist-function", "AES_gcm_encrypt",
Dcrypto.cpp88 bool AES_gcm_encrypt(const uint8_t* in, uint8_t* out, size_t len, const uint8_t* key, in AES_gcm_encrypt() function