Lines Matching refs:cryptlen
34 if (sg_nents_for_len(areq->src, areq->cryptlen) > MAX_SG ||
35 sg_nents_for_len(areq->dst, areq->cryptlen) > MAX_SG) {
40 if (areq->cryptlen < crypto_skcipher_ivsize(tfm)) {
45 if (areq->cryptlen == 0) {
50 if (areq->cryptlen % 16) {
55 len = areq->cryptlen;
71 len = areq->cryptlen;
112 areq->cryptlen, areq->iv);
138 int ns = sg_nents_for_len(areq->src, areq->cryptlen);
139 int nd = sg_nents_for_len(areq->dst, areq->cryptlen);
145 areq->cryptlen,
166 cet->t_dlen = cpu_to_le32(areq->cryptlen);
168 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4);
199 offset = areq->cryptlen - ivsize;
237 len = areq->cryptlen;
243 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo);
252 len = areq->cryptlen;
258 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo);
267 chan->timeout = areq->cryptlen;
285 offset = areq->cryptlen - ivsize;
349 offset = areq->cryptlen - ivsize;