Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs350 type BlockCipherKey; typedef
355 fn key_1(&self) -> &Self::BlockCipherKey; in key_1()
357 fn key_2(&self) -> &Self::BlockCipherKey; in key_2()
369 type BlockCipherKey = crypto_provider::aes::Aes128Key; typedef
372 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()
376 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()
434 type BlockCipherKey = crypto_provider::aes::Aes256Key; typedef
437 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()
441 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()