Home
last modified time | relevance | path

Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/aes/
H A Dbsaes-elf-x86_64.S1317 .globl bsaes_ctr32_encrypt_blocks
1318 .type bsaes_ctr32_encrypt_blocks,@function
1320 bsaes_ctr32_encrypt_blocks: label
1515 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c126 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,
397 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_init_key()
1437 return (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_gcm_set_key()