Searched refs:AES_gcm_encrypt (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | e_aes.c | 252 # define AES_gcm_encrypt aesni_gcm_encrypt macro 3101 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 3119 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 3213 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher() 3235 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 2829 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2847 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2983 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher() 3005 bulk = AES_gcm_encrypt(in + res, in aes_gcm_cipher()
|