Lines Matching refs:Algorithm
28 algorithm: &'static Algorithm,
37 impl From<hkdf::Okm<'_, &'static Algorithm>> for HeaderProtectionKey {
38 fn from(okm: hkdf::Okm<&'static Algorithm>) -> Self { in from()
52 algorithm: &'static Algorithm, in new() argument
73 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
84 pub struct Algorithm { struct
93 impl hkdf::KeyType for &'static Algorithm { implementation
100 impl Algorithm { implementation
114 derive_debug_via_id!(Algorithm);
123 impl PartialEq for Algorithm { implementation
129 impl Eq for Algorithm {} implementation
132 pub static AES_128: Algorithm = Algorithm {
140 pub static AES_256: Algorithm = Algorithm {
167 pub static CHACHA20: Algorithm = Algorithm {