Searched refs:aesni_ctr32_encrypt_blocks (Results 1 - 5 of 5) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
H A D | e_aes.c | 252 void aesni_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t blocks, 265 (gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.ghash == gcm_ghash_avx) 278 void aesni_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t blocks, function 418 return (ctr128_f)aesni_ctr32_encrypt_blocks; 849 dat->stream.ctr = (ctr128_f)aesni_ctr32_encrypt_blocks; 892 gctx->ctr = (ctr128_f)aesni_ctr32_encrypt_blocks;
|
/external/boringssl/linux-x86_64/crypto/aes/ |
H A D | aesni-x86_64.S | 1001 .globl aesni_ctr32_encrypt_blocks 1002 .hidden aesni_ctr32_encrypt_blocks 1003 .type aesni_ctr32_encrypt_blocks,@function 1005 aesni_ctr32_encrypt_blocks: label 1574 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks
|
/external/boringssl/linux-x86/crypto/aes/ |
H A D | aesni-x86.S | 819 .globl aesni_ctr32_encrypt_blocks 820 .hidden aesni_ctr32_encrypt_blocks 821 .type aesni_ctr32_encrypt_blocks,@function 823 aesni_ctr32_encrypt_blocks: label 1057 .size aesni_ctr32_encrypt_blocks,.-.L_aesni_ctr32_encrypt_blocks_begin
|
/external/boringssl/src/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 1154 # void aesni_ctr32_encrypt_blocks (const void *in, void *out, 1171 .globl aesni_ctr32_encrypt_blocks 1172 .type aesni_ctr32_encrypt_blocks,\@function,5 1174 aesni_ctr32_encrypt_blocks: 1721 .size aesni_ctr32_encrypt_blocks,.-aesni_ctr32_encrypt_blocks 1168 aesni_ctr32_encrypt_blocks: label
|
/external/boringssl/win-x86_64/crypto/aes/ |
H A D | aesni-x86_64.asm | 1088 global aesni_ctr32_encrypt_blocks 1091 aesni_ctr32_encrypt_blocks: label
|
Completed in 263 milliseconds