Lines Matching refs:cryptlen
33 if (areq->cryptlen == 0 || areq->cryptlen % 16) {
38 if (sg_nents_for_len(areq->src, areq->cryptlen) > 8 ||
39 sg_nents_for_len(areq->dst, areq->cryptlen) > 8) {
44 len = areq->cryptlen;
59 len = areq->cryptlen;
112 areq->cryptlen, areq->iv);
128 unsigned int len = areq->cryptlen;
137 offset = areq->cryptlen - ivsize;
197 int nsgs = sg_nents_for_len(areq->src, areq->cryptlen);
198 int nsgd = sg_nents_for_len(areq->dst, areq->cryptlen);
205 areq->cryptlen,
253 len = areq->cryptlen;
263 areq->cryptlen, i, rctx->t_src[i].len, sg->offset, todo);
275 len = areq->cryptlen;
285 areq->cryptlen, i, rctx->t_dst[i].len, sg->offset, todo);
314 offset = areq->cryptlen - ivsize;