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

/freebsd-10.2-release/crypto/heimdal/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;
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Denc_des.c76 Block str_output; member in struct:fb::stinfo
500 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
513 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
550 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
556 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
583 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
590 stp->str_output[idx] = data;

Completed in 103 milliseconds