Searched refs:str_feed (Results 1 – 1 of 1) sorted by relevance
99 Block str_feed; member520 (void) memcpy((void *)stp->str_feed, (void *)b, in cfb64_encrypt()526 *s = stp->str_output[index] = (stp->str_feed[index] ^ *s); in cfb64_encrypt()555 (void) memcpy((void *)stp->str_feed, (void *)b, sizeof (Block)); in cfb64_decrypt()562 return (data ^ stp->str_feed[index]); in cfb64_decrypt()