Searched defs:XtsKey (Results 1 – 3 of 3) sorted by relevance
57 fn do_roundtrip<A: Aes<Key = K::BlockCipherKey>, K: XtsKey, R: rand::Rng>( in roundtrip_self()
75 K: XtsKey, in identical_to_xtsmode_crate()
348 pub trait XtsKey: for<'a> TryFrom<&'a [u8], Error = Self::TryFromError> { trait