Lines Matching refs:cryptlen
1121 edesc->dst_nents > 1 ? 100 : req->cryptlen, 1); in skcipher_crypt_done()
1168 append_seq_in_ptr(desc, src_dma, req->assoclen + req->cryptlen, in init_aead_job()
1191 req->assoclen + req->cryptlen + authsize, in init_aead_job()
1195 req->assoclen + req->cryptlen - authsize, in init_aead_job()
1215 if (encrypt && generic_gcm && !(req->assoclen + req->cryptlen)) in init_gcm_job()
1335 (int)edesc->src_nents > 1 ? 100 : req->cryptlen, req->cryptlen); in init_skcipher_job()
1339 edesc->src_nents > 1 ? 100 : req->cryptlen, 1); in init_skcipher_job()
1363 src_dma, dst_dma, req->cryptlen + ivsize, in init_skcipher_job()
1376 append_seq_in_ptr(desc, src_dma, req->cryptlen + ivsize, in_options); in init_skcipher_job()
1378 append_seq_out_ptr(desc, dst_dma, req->cryptlen + ivsize, out_options); in init_skcipher_job()
1402 src_len = req->assoclen + req->cryptlen; in aead_edesc_alloc()
1419 src_len = req->assoclen + req->cryptlen + in aead_edesc_alloc()
1709 src_nents = sg_nents_for_len(req->src, req->cryptlen); in skcipher_edesc_alloc()
1712 req->cryptlen); in skcipher_edesc_alloc()
1717 dst_nents = sg_nents_for_len(req->dst, req->cryptlen); in skcipher_edesc_alloc()
1720 req->cryptlen); in skcipher_edesc_alloc()
1820 sg_to_sec4_sg(req->src, req->cryptlen, edesc->sec4_sg + in skcipher_edesc_alloc()
1824 sg_to_sec4_sg(req->dst, req->cryptlen, edesc->sec4_sg + in skcipher_edesc_alloc()
1907 if (!req->cryptlen && !ctx->fallback) in skcipher_crypt()
1920 req->dst, req->cryptlen, req->iv); in skcipher_crypt()