Home
last modified time | relevance | path

Searched refs:HeaderProtectionKey (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/src/aead/
Dquic.rs26 pub struct HeaderProtectionKey { struct
37 impl From<hkdf::Okm<'_, &'static Algorithm>> for HeaderProtectionKey { implementation
47 impl HeaderProtectionKey { implementation
/external/rust/crates/ring/tests/
Dquic_tests.rs59 let key = quic::HeaderProtectionKey::new(alg, &key_bytes)?; in test_quic()
72 let key = quic::HeaderProtectionKey::new(alg, &key_data).unwrap(); in test_sample_len()
/external/rust/crates/quiche/src/
Dcrypto.rs115 hp_key: aead::quic::HeaderProtectionKey,
127 hp_key: aead::quic::HeaderProtectionKey::new( in new()
199 hp_key: aead::quic::HeaderProtectionKey,
211 hp_key: aead::quic::HeaderProtectionKey::new( in new()