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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c70 DES_cblock str_feed; member in struct:stinfo
550 memcpy(stp->str_feed, b, sizeof(DES_cblock));
555 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s);
582 memcpy(stp->str_feed, b, sizeof(DES_cblock));
589 return(data ^ stp->str_feed[index]);
621 DES_ecb_encrypt(&stp->str_feed,&b, &stp->str_sched, 1);
622 memcpy(stp->str_feed, b, sizeof(DES_cblock));
625 *s++ ^= stp->str_feed[index];
650 DES_ecb_encrypt(&stp->str_feed,&b,&stp->str_sched, 1);
651 memcpy(stp->str_feed,
[all...]
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c86 Block str_feed; member in struct:fb::stinfo
564 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
569 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
597 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
604 return(data ^ stp->str_feed[idx]);
636 des_ecb_encrypt((Block *)stp->str_feed, (Block *)b, stp->str_sched, 1);
637 memmove((void *)stp->str_feed, (void *)b, sizeof(Block));
640 *s++ ^= stp->str_feed[idx];
666 des_ecb_encrypt((Block *)stp->str_feed, (Block *)b, stp->str_sched, 1);
667 memmove((void *)stp->str_feed, (voi
[all...]

Completed in 116 milliseconds