Searched refs:AES_gcm_decrypt (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 | 105 bulk = AES_gcm_decrypt(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 | 257 # define AES_gcm_decrypt aesni_gcm_decrypt macro 3142 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 3160 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 3257 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher() 3279 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_aes.c | 2870 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 2888 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher() 3027 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher() 3049 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
|