Lines Matching defs:offset
40 if (sg->length % 4 || !IS_ALIGNED(sg->offset, sizeof(u32)))
46 if (sg->length % 4 || !IS_ALIGNED(sg->offset, sizeof(u32)))
91 unsigned int todo, len, offset, ivsize;
166 offset = areq->cryptlen - ivsize;
168 offset, ivsize, 0);
213 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo);
228 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo);
255 offset = areq->cryptlen - ivsize;
260 scatterwalk_map_and_copy(areq->iv, areq->dst, offset,
299 unsigned int ivsize, offset;
320 offset = areq->cryptlen - ivsize;
325 scatterwalk_map_and_copy(areq->iv, areq->dst, offset,