Searched defs:TweakState (Results 1 – 1 of 1) sorted by relevance
518 pub(crate) struct TweakState { struct525 impl TweakState { argument527 fn new(tweak: [u8; 16]) -> TweakState { in new()632 fn current_tweak(&self) -> TweakState { in current_tweak()637 fn set_tweak(&mut self, tweak_state: TweakState) { in set_tweak()