Searched defs:BlockCipherKey (Results 1 – 1 of 1) sorted by relevance
333 type BlockCipherKey; typedef338 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; typedef353 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; typedef420 fn key_1(&self) -> &Self::BlockCipherKey { in key_1()424 fn key_2(&self) -> &Self::BlockCipherKey { in key_2()