Lines Matching refs:oleft
31 unsigned int oleft = areq->cryptlen; in sun4i_ss_opti_poll() local
71 oleft = areq->cryptlen / 4; in sun4i_ss_opti_poll()
90 todo = min3(tx_cnt, oleft, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
92 oleft -= todo; in sun4i_ss_opti_poll()
100 } while (oleft); in sun4i_ss_opti_poll()
162 unsigned int oleft = areq->cryptlen; in sun4i_ss_cipher_poll() local
230 oleft = areq->cryptlen; in sun4i_ss_cipher_poll()
234 while (oleft) { in sun4i_ss_cipher_poll()
280 oo, mo.length, oleft, areq->cryptlen, tx_cnt, ob); in sun4i_ss_cipher_poll()
285 todo = min3(tx_cnt, oleft / 4, (mo.length - oo) / 4); in sun4i_ss_cipher_poll()
288 oleft -= todo * 4; in sun4i_ss_cipher_poll()
313 oleft -= todo; in sun4i_ss_cipher_poll()