enc_des.c | 76 Block str_feed; member in struct:fb::stinfo 553 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); 558 *s = stp->str_output[idx] = (stp->str_feed[idx] ^ *s); 586 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); 593 return(data ^ stp->str_feed[idx]); 625 des_ecb_encrypt(&stp->str_feed, &b, stp->str_sched, 1); 626 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)); 629 *s++ ^= stp->str_feed[idx]; 655 des_ecb_encrypt(&stp->str_feed, &b, stp->str_sched, 1); 656 memmove((void *)stp->str_feed, (void *)b, sizeof(Block)) [all...] |