Searched refs:aesni_ctr32_encrypt_blocks (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/evp/
H A De_aes.c216 void aesni_ctr32_encrypt_blocks(const unsigned char *in,
260 # define AES_GCM_ASM(gctx) (gctx->ctr==aesni_ctr32_encrypt_blocks && \
288 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
355 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Daesni-x86_64.S1026 .globl aesni_ctr32_encrypt_blocks
1027 .type aesni_ctr32_encrypt_blocks,@function
1029 aesni_ctr32_encrypt_blocks: label
1603 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
/freebsd-13-stable/sys/crypto/openssl/i386/
H A Daesni-x86.S807 .globl aesni_ctr32_encrypt_blocks
808 .type aesni_ctr32_encrypt_blocks,@function
810 aesni_ctr32_encrypt_blocks: label
1044 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
4045 .globl aesni_ctr32_encrypt_blocks
4046 .type aesni_ctr32_encrypt_blocks,@function
4048 aesni_ctr32_encrypt_blocks: label
4282 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1190 # void aesni_ctr32_encrypt_blocks (const void *in, void *out,
1207 .globl aesni_ctr32_encrypt_blocks
1208 .type aesni_ctr32_encrypt_blocks,\@function,5
1210 aesni_ctr32_encrypt_blocks:
1762 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
1204 aesni_ctr32_encrypt_blocks: label

Completed in 198 milliseconds