Home
last modified time | relevance | path

Searched refs:BlockCipherKey (Results 1 – 6 of 6) sorted by relevance

/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs62 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/
Dxts_roundtrip_tests.rs57 fn do_roundtrip<A: Aes<Key = K::BlockCipherKey>, K: XtsKey, R: rand::Rng>( in roundtrip_self()
Dwycheproof_test_vectors.rs50 A: crypto_provider::aes::Aes<Key = K::BlockCipherKey>, in run_tests()
Dcompare_with_xts_mode_test.rs74 A: Aes<Key = K::BlockCipherKey>, in identical_to_xtsmode_crate()
Dtests.rs111 fn build_ciphers<A: Aes<Key = K::BlockCipherKey>, K: XtsKey + ldt_tbc::TweakableBlockCipherKey>( in build_ciphers()
Dxts_nist_test_vectors.rs62 A: crypto_provider::aes::Aes<Key = K::BlockCipherKey>, in run_test_cases()