Lines Matching refs:cryptlen
30 unsigned int ileft = areq->cryptlen; in sun4i_ss_opti_poll()
31 unsigned int oleft = areq->cryptlen; in sun4i_ss_opti_poll()
37 if (!areq->cryptlen) in sun4i_ss_opti_poll()
70 ileft = areq->cryptlen / 4; in sun4i_ss_opti_poll()
71 oleft = areq->cryptlen / 4; in sun4i_ss_opti_poll()
130 areq->cryptlen, areq->iv); in sun4i_ss_cipher_poll_fallback()
161 unsigned int ileft = areq->cryptlen; in sun4i_ss_cipher_poll()
162 unsigned int oleft = areq->cryptlen; in sun4i_ss_cipher_poll()
172 if (!areq->cryptlen) in sun4i_ss_cipher_poll()
181 if (areq->cryptlen % algt->alg.crypto.base.cra_blocksize) in sun4i_ss_cipher_poll()
229 ileft = areq->cryptlen; in sun4i_ss_cipher_poll()
230 oleft = areq->cryptlen; in sun4i_ss_cipher_poll()
279 oi, mi.length, ileft, areq->cryptlen, rx_cnt, in sun4i_ss_cipher_poll()
280 oo, mo.length, oleft, areq->cryptlen, tx_cnt, ob); in sun4i_ss_cipher_poll()