Searched refs:AES_gcm_encrypt (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_gcm_hw.c | 76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
|
/openssl-master/include/crypto/ |
A D | aes_platform.h | 104 # define AES_gcm_encrypt armv8_aes_gcm_encrypt macro 226 # define AES_gcm_encrypt aesni_gcm_encrypt macro
|
/openssl-master/crypto/evp/ |
A D | e_aes.c | 2835 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2853 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2989 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher() 3011 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher()
|
Completed in 11 milliseconds