Home
last modified time | relevance | path

Searched refs:lastoutput (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c443 char *iptr, *optr, *lastoutput; in des_cfb_encrypt() local
445 lastoutput = optr = (char *)mp->b_rptr; in des_cfb_encrypt()
506 bcopy(lastoutput, dbptr, in des_cfb_encrypt()
509 lastoutput += (CFB_BLKSZ - savedbytes); in des_cfb_encrypt()
517 if (lastoutput < optr) { in des_cfb_encrypt()
518 bcopy(lastoutput, in des_cfb_encrypt()
520 (uint_t)(optr - lastoutput)); in des_cfb_encrypt()