Lines Matching defs:ctr
40 ctr128_f ctr;
59 ctr128_f ctr;
167 dat->stream.ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
233 gctx->ctr = (ctr128_f) aesni_ctr32_encrypt_blocks;
485 dat->stream.ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
493 dat->stream.ctr = (ctr128_f) aes192_t4_ctr32_encrypt;
501 dat->stream.ctr = (ctr128_f) aes256_t4_ctr32_encrypt;
559 gctx->ctr = (ctr128_f) aes128_t4_ctr32_encrypt;
562 gctx->ctr = (ctr128_f) aes192_t4_ctr32_encrypt;
565 gctx->ctr = (ctr128_f) aes256_t4_ctr32_encrypt;
2311 BLOCK_CIPHER_generic(nid,keylen,1,16,ctr,ctr,CTR,flags)
2377 dat->stream.ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks;
2388 dat->stream.ctr = (ctr128_f) ossl_bsaes_ctr32_encrypt_blocks;
2409 dat->stream.ctr = (ctr128_f) AES_ctr32_encrypt;
2539 if (dat->stream.ctr)
2543 &num, dat->stream.ctr);
2724 gctx->ctr = (ctr128_f) HWAES_ctr32_encrypt_blocks;
2726 gctx->ctr = NULL;
2736 gctx->ctr = (ctr128_f) ossl_bsaes_ctr32_encrypt_blocks;
2745 gctx->ctr = NULL;
2755 gctx->ctr = (ctr128_f) AES_ctr32_encrypt;
2757 gctx->ctr = NULL;
2828 if (gctx->ctr) {
2844 len - bulk, gctx->ctr))
2869 if (gctx->ctr) {
2885 len - bulk, gctx->ctr))
2980 if (gctx->ctr) {
3000 len - bulk, gctx->ctr))
3024 if (gctx->ctr) {
3044 len - bulk, gctx->ctr))