Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c103 int str_index; member
463 stp->str_index = sizeof (Block); in cfb64_stream_iv()
483 stp->str_index = sizeof (Block); in cfb64_stream_key()
515 index = stp->str_index; in cfb64_encrypt()
530 stp->str_index = index; in cfb64_encrypt()
546 if (stp->str_index) in cfb64_decrypt()
547 --stp->str_index; in cfb64_decrypt()
551 index = stp->str_index++; in cfb64_decrypt()
556 stp->str_index = 1; /* Next time will be 1 */ in cfb64_decrypt()