Searched defs:TweakState (Results 1 – 1 of 1) sorted by relevance
529 pub(crate) struct TweakState { struct536 impl TweakState { argument538 fn new(tweak: [u8; BLOCK_SIZE]) -> TweakState { in new()618 fn current_tweak(&self) -> TweakState { in current_tweak()623 fn set_tweak(&mut self, tweak_state: TweakState) { in set_tweak()