Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c104 int str_index; member
464 stp->str_index = sizeof (Block); in cfb64_stream_iv()
484 stp->str_index = sizeof (Block); in cfb64_stream_key()
516 index = stp->str_index; in cfb64_encrypt()
531 stp->str_index = index; in cfb64_encrypt()
547 if (stp->str_index) in cfb64_decrypt()
548 --stp->str_index; in cfb64_decrypt()
552 index = stp->str_index++; in cfb64_decrypt()
557 stp->str_index = 1; /* Next time will be 1 */ in cfb64_decrypt()