Lines Matching refs:cryptlen
31 if (areq->cryptlen < crypto_skcipher_ivsize(tfm)) in sun8i_ce_cipher_need_fallback()
34 if (areq->cryptlen == 0 || areq->cryptlen % 16) in sun8i_ce_cipher_need_fallback()
70 areq->cryptlen, areq->iv); in sun8i_ce_cipher_fallback()
101 areq->cryptlen, in sun8i_ce_cipher_prepare()
122 cet->t_dlen = cpu_to_le32(areq->cryptlen); in sun8i_ce_cipher_prepare()
124 cet->t_dlen = cpu_to_le32(areq->cryptlen / 4); in sun8i_ce_cipher_prepare()
165 offset = areq->cryptlen - ivsize; in sun8i_ce_cipher_prepare()
206 len = areq->cryptlen; in sun8i_ce_cipher_prepare()
212 areq->cryptlen, i, cet->t_src[i].len, sg->offset, todo); in sun8i_ce_cipher_prepare()
221 len = areq->cryptlen; in sun8i_ce_cipher_prepare()
227 areq->cryptlen, i, cet->t_dst[i].len, sg->offset, todo); in sun8i_ce_cipher_prepare()
236 chan->timeout = areq->cryptlen; in sun8i_ce_cipher_prepare()
257 offset = areq->cryptlen - ivsize; in sun8i_ce_cipher_prepare()
320 offset = areq->cryptlen - ivsize; in sun8i_ce_cipher_unprepare()