Lines Matching refs:cryptlen
34 unsigned int ileft = areq->cryptlen; in sun4i_ss_opti_poll()
35 unsigned int oleft = areq->cryptlen; in sun4i_ss_opti_poll()
41 if (!areq->cryptlen) in sun4i_ss_opti_poll()
79 ileft = areq->cryptlen / 4; in sun4i_ss_opti_poll()
80 oleft = areq->cryptlen / 4; in sun4i_ss_opti_poll()
145 unsigned int ileft = areq->cryptlen; in sun4i_ss_cipher_poll()
146 unsigned int oleft = areq->cryptlen; in sun4i_ss_cipher_poll()
157 if (!areq->cryptlen) in sun4i_ss_cipher_poll()
212 ileft = areq->cryptlen; in sun4i_ss_cipher_poll()
213 oleft = areq->cryptlen; in sun4i_ss_cipher_poll()
260 oi, mi.length, ileft, areq->cryptlen, rx_cnt, in sun4i_ss_cipher_poll()
261 oo, mo.length, oleft, areq->cryptlen, tx_cnt, ob); in sun4i_ss_cipher_poll()