Searched refs:BlockCipherKey (Results 1 – 6 of 6) sorted by relevance
/external/rust/beto-rust/nearby/presence/xts_aes/src/ |
D | lib.rs | 62 pub struct XtsAes<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey> { 67 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey> 84 pub struct XtsEncrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { 92 pub struct XtsDecrypter<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> { 99 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsEncrypter<A, K> { 184 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey> XtsDecrypter<A, K> { 291 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey> 314 impl<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + TweakableBlockCipherKey> 350 type BlockCipherKey; typedef 355 fn key_1(&self) -> &Self::BlockCipherKey; in key_1() argument [all …]
|
/external/rust/beto-rust/nearby/presence/xts_aes/tests/ |
D | xts_roundtrip_tests.rs | 57 fn do_roundtrip<A: Aes<Key = K::BlockCipherKey>, K: XtsKey, R: rand::Rng>( in roundtrip_self()
|
D | wycheproof_test_vectors.rs | 50 A: crypto_provider::aes::Aes<Key = K::BlockCipherKey>, in run_tests()
|
D | compare_with_xts_mode_test.rs | 74 A: Aes<Key = K::BlockCipherKey>, in identical_to_xtsmode_crate()
|
D | tests.rs | 111 fn build_ciphers<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + ldt_tbc::TweakableBlockCipherKey>( in build_ciphers()
|
D | xts_nist_test_vectors.rs | 62 A: crypto_provider::aes::Aes<Key = K::BlockCipherKey>, in run_test_cases()
|