Lines Matching refs:cryptlen
79 rctx->cryptlen = req->cryptlen;
85 rctx->src_nents = sg_nents_for_len(req->src, req->cryptlen);
87 rctx->dst_nents = sg_nents_for_len(req->dst, req->cryptlen);
110 sg = qce_sgtable_add(&rctx->dst_tbl, req->dst, req->cryptlen);
271 if (!req->cryptlen)
279 if (!IS_ALIGNED(req->cryptlen, blocksize))
292 (IS_XTS(rctx->flags) && ((req->cryptlen <= aes_sw_max_len) ||
293 (req->cryptlen > QCE_SECTOR_SIZE &&
294 req->cryptlen % QCE_SECTOR_SIZE))))) {
301 req->dst, req->cryptlen, req->iv);