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

/freebsd-11-stable/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-11-stable/contrib/telnet/libtelnet/
H A Denc_des.c72 Block str_output; member in struct:fb::stinfo
496 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
509 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
546 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
552 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
579 des_ecb_encrypt((Block *)stp->str_output, (Block *)b, stp->str_sched, 1);
586 stp->str_output[idx] = data;

Completed in 105 milliseconds