Searched refs:ConcatenatedKeyArray (Results 1 – 3 of 3) sorted by relevance
69 type ConcatenatedKeyArray: ConcatenatedKeyArray; typedef72 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self); in split_from_concatenated()75 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray; in concatenate_with() argument79 pub trait ConcatenatedKeyArray: Sized { interface84 impl ConcatenatedKeyArray for [u8; 64] { impl92 impl ConcatenatedKeyArray for [u8; 128] { impl
406 type ConcatenatedKeyArray = [u8; 64]; typedef410 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self) { in split_from_concatenated()414 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with() argument471 type ConcatenatedKeyArray = [u8; 128]; typedef475 fn split_from_concatenated(key: &Self::ConcatenatedKeyArray) -> (Self, Self) { in split_from_concatenated()479 fn concatenate_with(&self, other: &Self) -> Self::ConcatenatedKeyArray { in concatenate_with() argument
24 use ldt_tbc::{ConcatenatedKeyArray, TweakableBlockCipher, TweakableBlockCipherKey};227 pub fn from_concatenated(key: &T::ConcatenatedKeyArray) -> Self { in from_concatenated()234 Self::from_concatenated(&ConcatenatedKeyArray::from_random::<C>(rng)) in from_random()239 pub fn as_concatenated(&self) -> T::ConcatenatedKeyArray { in as_concatenated() argument