Searched refs:aesni_gcm_encrypt (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl638 .globl aesni_gcm_encrypt
639 .type aesni_gcm_encrypt,\@function,6
641 aesni_gcm_encrypt: label
940 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
1083 .globl aesni_gcm_encrypt
1084 .type aesni_gcm_encrypt,\@abi-omnipotent
1085 aesni_gcm_encrypt: label
1090 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
[all...]
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Daesni-gcm-x86_64.S513 .globl aesni_gcm_encrypt
514 .type aesni_gcm_encrypt,@function
516 aesni_gcm_encrypt: label
778 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c1076 extern size_t aesni_gcm_encrypt(const uint8_t *, uint8_t *, size_t,
1229 done = aesni_gcm_encrypt(
1253 done = aesni_gcm_encrypt(datap, ct_buf, bleft, key, cb, ghash);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Daesni-gcm-x86_64.S909 .globl aesni_gcm_encrypt
910 .type aesni_gcm_encrypt,@function
912 aesni_gcm_encrypt: label
1191 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_aes.c248 size_t aesni_gcm_encrypt(const unsigned char *in,
252 # define AES_gcm_encrypt aesni_gcm_encrypt

Completed in 149 milliseconds