Searched defs:BlockCipherKey (Results 1 – 1 of 1) sorted by relevance
350 type BlockCipherKey; typedef355 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; typedef372 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; typedef437 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()441 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()