Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dlib.rs23 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()
Dcrypto.hpp30 bool AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len,
DAndroid.bp76 "--allowlist-function", "AES_gcm_decrypt",
Dcrypto.cpp124 bool AES_gcm_decrypt(const uint8_t* in, uint8_t* out, size_t len, const uint8_t* key, in AES_gcm_decrypt() function