Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/presence/xts_aes/tests/
Dxts_roundtrip_tests.rs57 fn do_roundtrip<A: Aes<Key = K::BlockCipherKey>, K: XtsKey, R: rand::Rng>( in roundtrip_self()
Dcompare_with_xts_mode_test.rs75 K: XtsKey, in identical_to_xtsmode_crate()
/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs348 pub trait XtsKey: for<'a> TryFrom<&'a [u8], Error = Self::TryFromError> { trait