Searched refs:str_feed (Results 1 – 1 of 1) sorted by relevance
100 Block str_feed; member521 (void) memcpy((void *)stp->str_feed, (void *)b, in cfb64_encrypt()527 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s); in cfb64_encrypt()556 (void) memcpy((void *)stp->str_feed, (void *)b, sizeof (Block)); in cfb64_decrypt()563 return (data ^ stp->str_feed[index]); in cfb64_decrypt()