Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs529 pub(crate) struct TweakState { struct
536 impl TweakState { argument
538 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()