Lines Matching refs:todo
30 unsigned int todo, len; in sun8i_ce_cipher_need_fallback() local
62 todo = min(len, sg->length); in sun8i_ce_cipher_need_fallback()
63 if (todo % 4) { in sun8i_ce_cipher_need_fallback()
67 len -= todo; in sun8i_ce_cipher_need_fallback()
78 todo = min(len, sg->length); in sun8i_ce_cipher_need_fallback()
79 if (todo % 4) { in sun8i_ce_cipher_need_fallback()
83 len -= todo; in sun8i_ce_cipher_need_fallback()
127 unsigned int todo, len, offset, ivsize; in sun8i_ce_cipher_prepare() local
235 todo = min(len, sg_dma_len(sg)); in sun8i_ce_cipher_prepare()
236 cet->t_src[i].len = cpu_to_le32(todo / 4); in sun8i_ce_cipher_prepare()
238 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo); in sun8i_ce_cipher_prepare()
239 len -= todo; in sun8i_ce_cipher_prepare()
250 todo = min(len, sg_dma_len(sg)); in sun8i_ce_cipher_prepare()
251 cet->t_dst[i].len = cpu_to_le32(todo / 4); in sun8i_ce_cipher_prepare()
253 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo); in sun8i_ce_cipher_prepare()
254 len -= todo; in sun8i_ce_cipher_prepare()