Home
last modified time | relevance | path

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

/haiku/src/libs/libtelnet/
H A Denc_des.c72 Block str_output; member
496 memmove((void *)stp->str_output, (void *)seed, sizeof(Block)); in fb64_stream_iv()
509 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block)); in fb64_stream_key()
546 DES_ecb_encrypt((Block *)stp->str_output, (Block *)b, &stp->str_sched, 1); in cfb64_encrypt()
552 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s); in cfb64_encrypt()
579 DES_ecb_encrypt((Block *)stp->str_output, (Block *)b, &stp->str_sched, 1); in cfb64_decrypt()
586 stp->str_output[idx] = data; in cfb64_decrypt()