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

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c133 void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
147 static void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, function
233 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;
330 return (ctr128_f)bsaes_ctr32_encrypt_blocks;
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
H A Dbsaes-x86_64.S1344 .globl bsaes_ctr32_encrypt_blocks
1345 .hidden bsaes_ctr32_encrypt_blocks
1346 .type bsaes_ctr32_encrypt_blocks,@function
1348 bsaes_ctr32_encrypt_blocks: label
1566 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dbsaes-x86_64.pl1911 .globl bsaes_ctr32_encrypt_blocks
1912 .type bsaes_ctr32_encrypt_blocks,\@abi-omnipotent
1914 bsaes_ctr32_encrypt_blocks: label
2159 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks

Completed in 89 milliseconds