Lines Matching refs:oleft
31 unsigned int oleft = areq->cryptlen;
75 oleft = areq->cryptlen / 4;
118 todo = min(tx_cnt, oleft);
121 oleft -= todo;
130 } while (oleft);
197 unsigned int oleft = areq->cryptlen;
266 oleft = areq->cryptlen;
270 while (oleft) {
337 todo = min(tx_cnt, oleft / 4);
342 oleft -= todo * 4;
361 * no need to test against oleft
366 oleft -= todo;