Home
last modified time | relevance | path

Searched defs:TweakState (Results 1 – 1 of 1) sorted by relevance

/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs518 pub(crate) struct TweakState { struct
525 impl TweakState { argument
527 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()