Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_aes_gcm.c35 #define AES_gcm_decrypt aesni_gcm_decrypt macro
45 size_t AES_gcm_decrypt(const unsigned char *in, unsigned char *out, size_t len,
59 #define AES_gcm_decrypt(i,o,l,k,v,x) ppc_aes_gcm_crypt(i,o,l,k,v,x,0) macro
555 bulk = AES_gcm_decrypt(in + res, out + res, len - res, &ctx->aes_ks, in gcm_decrypt_op()
/freebsd/crypto/openssl/include/crypto/
H A Daes_platform.h124 # define AES_gcm_decrypt armv8_aes_gcm_decrypt macro
288 # define AES_gcm_decrypt aesni_gcm_decrypt macro
532 #define AES_gcm_decrypt rv64i_zvkb_zvkg_zvkned_aes_gcm_decrypt macro
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c104 bulk = AES_gcm_decrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c2964 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher()
2982 bulk = AES_gcm_decrypt(in, out, len, in aes_gcm_tls_cipher()
3123 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()
3145 bulk = AES_gcm_decrypt(in + res, in aes_gcm_cipher()