Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c439 int savedbytes; in des_cfb_encrypt() local
444 savedbytes = tmi->enc_data.bytes % CFB_BLKSZ; in des_cfb_encrypt()
493 if (savedbytes > 0) { in des_cfb_encrypt()
495 dbptr, (size_t)savedbytes); in des_cfb_encrypt()
496 dbptr += savedbytes; in des_cfb_encrypt()
504 (size_t)(CFB_BLKSZ - savedbytes)); in des_cfb_encrypt()
506 lastoutput += (CFB_BLKSZ - savedbytes); in des_cfb_encrypt()
507 savedbytes = 0; in des_cfb_encrypt()
516 tmi->enc_data.saveblock + savedbytes, in des_cfb_encrypt()
535 uint_t savedbytes; in des_cfb_decrypt() local
[all …]