Searched refs:lastinput (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c537 char *lastinput; local
543 lastinput = iptr = (char *)mp->b_rptr;
556 bcopy(lastinput, tmi->dec_data.saveblock + savedbytes, cp);
559 lastinput += cp;
622 if (lastinput < (char *)mp->b_wptr) {
625 cp = (((char *)mp->b_wptr - lastinput) >
628 (char *)mp->b_wptr - lastinput);
631 bcopy(lastinput, tmi->dec_data.saveblock,
634 lastinput += cp;

Completed in 804 milliseconds