Lines Matching defs:offset
41 if (!IS_ALIGNED(sg->offset, 16))
51 if (!IS_ALIGNED(sg->offset, 16))
103 unsigned int todo, offset;
113 offset = areq->cryptlen - ivsize;
114 scatterwalk_map_and_copy(sf->biv, areq->src, offset,
141 offset = sg->length - ivsize;
142 scatterwalk_map_and_copy(sf->iv[i], sg, offset, ivsize, 0);
169 unsigned int todo, len, offset, ivsize;
240 areq->cryptlen, i, rctx->t_src[i].len, sg->offset, todo);
262 areq->cryptlen, i, rctx->t_dst[i].len, sg->offset, todo);
291 offset = areq->cryptlen - ivsize;
296 scatterwalk_map_and_copy(areq->iv, areq->dst, offset,