HomeSort by: relevance | last modified time | path
    Searched defs:str_output (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
enc_des.c 75 Block str_output; member in struct:fb::stinfo
502 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
515 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
552 des_ecb_encrypt(&stp->str_output, &b, stp->str_sched, 1);
558 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
585 des_ecb_encrypt(&stp->str_output, &b, stp->str_sched, 1);
592 stp->str_output[idx] = data;
enc_des.c 75 Block str_output; member in struct:fb::stinfo
502 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
515 memmove((void *)stp->str_output, (void *)stp->str_iv, sizeof(Block));
552 des_ecb_encrypt(&stp->str_output, &b, stp->str_sched, 1);
558 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s);
585 des_ecb_encrypt(&stp->str_output, &b, stp->str_sched, 1);
592 stp->str_output[idx] = data;

Completed in 21 milliseconds