Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1342 .globl bsaes_ctr32_encrypt_blocks
1343 .type bsaes_ctr32_encrypt_blocks,%function
1345 bsaes_ctr32_encrypt_blocks: label
1568 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1394 .global bsaes_ctr32_encrypt_blocks
1395 .type bsaes_ctr32_encrypt_blocks,%function
1397 bsaes_ctr32_encrypt_blocks: label
1620 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_aes.c123 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
2676 dat->stream.ctr = (ctr128_f) bsaes_ctr32_encrypt_blocks;
3018 gctx->ctr = (ctr128_f) bsaes_ctr32_encrypt_blocks;

Completed in 71 milliseconds