Home
last modified time | relevance | path

Searched defs:HeaderProtectionKey (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/aead/
Dquic.rs25 pub struct HeaderProtectionKey { struct
36 impl From<hkdf::Okm<'_, &'static Algorithm>> for HeaderProtectionKey { argument
46 impl HeaderProtectionKey { impl
/external/rust/android-crates-io/crates/quiche/src/
Dcrypto.rs368 pub struct HeaderProtectionKey { struct
369 hpk: aead::quic::HeaderProtectionKey, argument
374 impl HeaderProtectionKey { argument