Home
last modified time | relevance | path

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

/original-bsd/lib/libtelnet/
H A Denc_des.c49 Block str_feed; member
582 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
587 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s);
616 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
623 return(data ^ stp->str_feed[index]);
657 des_ecb_encrypt(stp->str_feed, b, stp->str_sched, 1);
658 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
661 *s++ ^= stp->str_feed[index];
688 des_ecb_encrypt(stp->str_feed, b, stp->str_sched, 1);
689 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
[all …]