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

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2509 bool iv_contig) init_ablkcipher_job()
2530 if (iv_contig) { init_ablkcipher_job()
2541 if (!edesc->src_nents && iv_contig) { init_ablkcipher_job()
2566 bool iv_contig) init_ablkcipher_giv_job()
2597 if (iv_contig) { init_ablkcipher_giv_job()
3068 bool iv_contig = false; ablkcipher_edesc_alloc() local
3100 iv_contig = true; ablkcipher_edesc_alloc()
3103 sec4_sg_bytes = ((iv_contig ? 0 : 1) + src_nents + dst_nents) * ablkcipher_edesc_alloc()
3123 if (!iv_contig) { ablkcipher_edesc_alloc()
3150 *iv_contig_out = iv_contig; ablkcipher_edesc_alloc()
3160 bool iv_contig; ablkcipher_encrypt() local
3166 CAAM_CMD_SZ, &iv_contig); ablkcipher_encrypt()
3172 ctx->sh_desc_enc_dma, edesc, req, iv_contig); ablkcipher_encrypt()
3197 bool iv_contig; ablkcipher_decrypt() local
3203 CAAM_CMD_SZ, &iv_contig); ablkcipher_decrypt()
3209 ctx->sh_desc_dec_dma, edesc, req, iv_contig); ablkcipher_decrypt()
3247 bool iv_contig = false; ablkcipher_giv_edesc_alloc() local
3279 iv_contig = true; ablkcipher_giv_edesc_alloc()
3282 sec4_sg_bytes = ((iv_contig ? 0 : 1) + src_nents + dst_nents) * ablkcipher_giv_edesc_alloc()
3307 if (!iv_contig) { ablkcipher_giv_edesc_alloc()
3330 *iv_contig_out = iv_contig; ablkcipher_giv_edesc_alloc()
3341 bool iv_contig; ablkcipher_givencrypt() local
3347 CAAM_CMD_SZ, &iv_contig); ablkcipher_givencrypt()
3353 edesc, req, iv_contig); ablkcipher_givencrypt()
2506 init_ablkcipher_job(u32 *sh_desc, dma_addr_t ptr, struct ablkcipher_edesc *edesc, struct ablkcipher_request *req, bool iv_contig) init_ablkcipher_job() argument
2563 init_ablkcipher_giv_job(u32 *sh_desc, dma_addr_t ptr, struct ablkcipher_edesc *edesc, struct ablkcipher_request *req, bool iv_contig) init_ablkcipher_giv_job() argument

Completed in 55 milliseconds