Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs333 type BlockCipherKey; typedef
338 fn key_1(&self) -> &Self::BlockCipherKey; in key_1()
340 fn key_2(&self) -> &Self::BlockCipherKey; in key_2()
350 type BlockCipherKey = crypto_provider::aes::Aes128Key; typedef
353 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()
357 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()
417 type BlockCipherKey = crypto_provider::aes::Aes256Key; typedef
420 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()
424 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()