Home
last modified time | relevance | path

Searched refs:aesni_gcm_encrypt (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/freebsd/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( in gcm_mode_encrypt_contiguous_blocks_avx()
1253 done = aesni_gcm_encrypt(datap, ct_buf, bleft, key, cb, ghash); in gcm_mode_encrypt_contiguous_blocks_avx()