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

/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A De_aes.c190 void aesni_ctr32_encrypt_blocks(const unsigned char *in,
240 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
303 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
/freebsd-10.2-release/secure/lib/libcrypto/i386/
H A Daesni-x86.s721 .globl aesni_ctr32_encrypt_blocks
722 .type aesni_ctr32_encrypt_blocks,@function
724 aesni_ctr32_encrypt_blocks: label
951 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
/freebsd-10.2-release/secure/lib/libcrypto/amd64/
H A Daesni-x86_64.S886 .globl aesni_ctr32_encrypt_blocks
887 .type aesni_ctr32_encrypt_blocks,@function
889 aesni_ctr32_encrypt_blocks: label
1133 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
/freebsd-10.2-release/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1028 # void aesni_ctr32_encrypt_blocks (const void *in, void *out,
1042 .globl aesni_ctr32_encrypt_blocks
1043 .type aesni_ctr32_encrypt_blocks,\@function,5
1045 aesni_ctr32_encrypt_blocks:
1313 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
1039 aesni_ctr32_encrypt_blocks: label

Completed in 65 milliseconds