Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c98 Block str_output; member
461 (void) memcpy((void *)stp->str_output, (void *)seed, sizeof (Block)); in cfb64_stream_iv()
480 (void) memcpy((void *)stp->str_output, (void *)stp->str_iv, in cfb64_stream_key()
519 ecb_encrypt(stp, stp->str_output, b); in cfb64_encrypt()
526 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s); in cfb64_encrypt()
554 ecb_encrypt(stp, stp->str_output, b); in cfb64_decrypt()
561 stp->str_output[index] = data; in cfb64_decrypt()