Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dcryptmod.c79 #define CFB_BLKSZ 8 macro
444 savedbytes = tmi->enc_data.bytes % CFB_BLKSZ; in des_cfb_encrypt()
455 if (!(tmi->enc_data.bytes % CFB_BLKSZ)) { in des_cfb_encrypt()
481 tmi->enc_data.block[tmi->enc_data.bytes % CFB_BLKSZ]; in des_cfb_encrypt()
487 if (!(tmi->enc_data.bytes % CFB_BLKSZ)) { in des_cfb_encrypt()
504 (size_t)(CFB_BLKSZ - savedbytes)); in des_cfb_encrypt()
506 lastoutput += (CFB_BLKSZ - savedbytes); in des_cfb_encrypt()
568 if (!(tmi->dec_data.bytes % CFB_BLKSZ)) { in des_cfb_decrypt()
596 CFB_BLKSZ]; in des_cfb_decrypt()