Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c99 Block str_feed; member
520 (void) memcpy((void *)stp->str_feed, (void *)b, in cfb64_encrypt()
526 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s); in cfb64_encrypt()
555 (void) memcpy((void *)stp->str_feed, (void *)b, sizeof (Block)); in cfb64_decrypt()
562 return (data ^ stp->str_feed[index]); in cfb64_decrypt()