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