Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c2163 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()
[all …]