Lines Matching refs:iv_contig
2163 bool iv_contig) in init_ablkcipher_job() argument
2184 if (iv_contig) { in init_ablkcipher_job()
2195 if (!edesc->src_nents && iv_contig) { in init_ablkcipher_job()
2220 bool iv_contig) in init_ablkcipher_giv_job() argument
2251 if (iv_contig) { in init_ablkcipher_giv_job()
2567 bool iv_contig = false; in ablkcipher_edesc_alloc() local
2598 iv_contig = true; in ablkcipher_edesc_alloc()
2601 sec4_sg_bytes = ((iv_contig ? 0 : 1) + src_nents + dst_nents) * in ablkcipher_edesc_alloc()
2619 if (!iv_contig) { in ablkcipher_edesc_alloc()
2646 *iv_contig_out = iv_contig; in ablkcipher_edesc_alloc()
2656 bool iv_contig; in ablkcipher_encrypt() local
2662 CAAM_CMD_SZ, &iv_contig); in ablkcipher_encrypt()
2668 ctx->sh_desc_enc_dma, edesc, req, iv_contig); in ablkcipher_encrypt()
2693 bool iv_contig; in ablkcipher_decrypt() local
2699 CAAM_CMD_SZ, &iv_contig); in ablkcipher_decrypt()
2705 ctx->sh_desc_dec_dma, edesc, req, iv_contig); in ablkcipher_decrypt()
2743 bool iv_contig = false; in ablkcipher_giv_edesc_alloc() local
2774 iv_contig = true; in ablkcipher_giv_edesc_alloc()
2777 sec4_sg_bytes = ((iv_contig ? 0 : 1) + src_nents + dst_nents) * in ablkcipher_giv_edesc_alloc()
2800 if (!iv_contig) { in ablkcipher_giv_edesc_alloc()
2823 *iv_contig_out = iv_contig; in ablkcipher_giv_edesc_alloc()
2834 bool iv_contig; in ablkcipher_givencrypt() local
2840 CAAM_CMD_SZ, &iv_contig); in ablkcipher_givencrypt()
2846 edesc, req, iv_contig); in ablkcipher_givencrypt()