Searched refs:AES_gcm_decrypt (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_gcm_hw.c | 105 bulk = AES_gcm_decrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
|
/openssl-master/include/crypto/ |
A D | aes_platform.h | 105 # define AES_gcm_decrypt armv8_aes_gcm_decrypt macro 227 # define AES_gcm_decrypt aesni_gcm_decrypt macro
|
/openssl-master/crypto/evp/ |
A D | e_aes.c | 2876 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 2894 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 3033 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher() 3055 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
|
Completed in 11 milliseconds