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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Denc_des.c69 DES_cblock str_output; member in struct:stinfo
501 memcpy(stp->str_output, seed, sizeof(DES_cblock));
513 memcpy(stp->str_output, stp->str_iv, sizeof(DES_cblock));
549 DES_ecb_encrypt(&stp->str_output, &b,&stp->str_sched, 1);
555 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s);
581 DES_ecb_encrypt(&stp->str_output,&b, &stp->str_sched, 1);
588 stp->str_output[index] = data;
/macosx-10.10.1/libtelnet-13/
H A Denc_des.c85 Block str_output; member in struct:fb::stinfo
513 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
526 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
563 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
569 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
596 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
603 stp->str_output[idx] = data;

Completed in 102 milliseconds