Lines Matching refs:cryptlen
32 if (areq->cryptlen < crypto_skcipher_ivsize(tfm))
35 if (areq->cryptlen == 0 || areq->cryptlen % 16)
71 areq->cryptlen, areq->iv);
102 areq->cryptlen,
123 cet->t_dlen = cpu_to_le32(areq->cryptlen);
125 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4);
166 offset = areq->cryptlen - ivsize;
207 len = areq->cryptlen;
213 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo);
222 len = areq->cryptlen;
228 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo);
237 chan->timeout = areq->cryptlen;
255 offset = areq->cryptlen - ivsize;
320 offset = areq->cryptlen - ivsize;