Searched refs:hp_key (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/quiche/src/ |
D | crypto.rs | 115 hp_key: aead::quic::HeaderProtectionKey, field 124 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], in new() 127 hp_key: aead::quic::HeaderProtectionKey::new( in new() 129 hp_key, in new() 184 .hp_key 199 hp_key: aead::quic::HeaderProtectionKey, field 208 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], in new() 211 hp_key: aead::quic::HeaderProtectionKey::new( in new() 213 hp_key, in new() 278 .hp_key
|