Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 – 6 of 6) sorted by relevance
132 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_init_key()831 gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_gcm_init_key()
132 void bsaes_ctr32_encrypt_blocks(const unsigned char *in, unsigned char *out,538 dat->stream.ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_init_key()826 return (ctr128_f)bsaes_ctr32_encrypt_blocks; in aes_gcm_set_key()
1379 .globl bsaes_ctr32_encrypt_blocks symbol1380 .type bsaes_ctr32_encrypt_blocks,@function1382 bsaes_ctr32_encrypt_blocks: label1577 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
68 - gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;70 + return (ctr128_f)bsaes_ctr32_encrypt_blocks;
851 +- gctx->ctr = (ctr128_f)bsaes_ctr32_encrypt_blocks;853 ++ return (ctr128_f)bsaes_ctr32_encrypt_blocks;