Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/rust/crates/quiche/src/
Dcrypto.rs368 pub struct HeaderProtectionKey { struct
369 hpk: aead::quic::HeaderProtectionKey, argument
374 impl HeaderProtectionKey { impl
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dcrypto.rs368 pub struct HeaderProtectionKey { struct
369 hpk: aead::quic::HeaderProtectionKey, argument
374 impl HeaderProtectionKey { implementation