Lines Matching refs:oleft
32 unsigned int oleft = areq->cryptlen;
70 oleft = areq->cryptlen / 4;
113 todo = min(tx_cnt, oleft);
116 oleft -= todo;
125 } while (oleft);
186 unsigned int oleft = areq->cryptlen;
253 oleft = areq->cryptlen;
257 while (oleft) {
324 todo = min(tx_cnt, oleft / 4);
329 oleft -= todo * 4;
348 * no need to test against oleft
353 oleft -= todo;