Searched defs:XtsAes128Key (Results 1 – 3 of 3) sorted by relevance
344 pub struct XtsAes128Key { struct349 impl XtsKey for XtsAes128Key { argument362 impl TryFrom<&[u8]> for XtsAes128Key { implementation376 impl From<&[u8; 32]> for XtsAes128Key { implementation387 impl TweakableBlockCipherKey for XtsAes128Key { implementation
90 ldt_key: &ldt::LdtKey<xts_aes::XtsAes128Key>, in build_np_adv_decrypter()
109 pub fn legacy_ldt_key(&self) -> ldt::LdtKey<xts_aes::XtsAes128Key> { in legacy_ldt_key()