Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs7997 let mut server_scid = [0; 16]; in with_config() localVariable
7998 rand::rand_bytes(&mut server_scid[..]); in with_config()
7999 let server_scid = ConnectionId::from_ref(&server_scid); in with_config() localVariable
8011 &server_scid, in with_config()
8028 let mut server_scid = vec![0; server_scid_len]; in with_config_and_scid_lengths() localVariable
8029 rand::rand_bytes(&mut server_scid[..]); in with_config_and_scid_lengths()
8030 let server_scid = ConnectionId::from_ref(&server_scid); in with_config_and_scid_lengths() localVariable
8042 &server_scid, in with_config_and_scid_lengths()
8057 let mut server_scid = [0; 16]; in with_client_config() localVariable
8058 rand::rand_bytes(&mut server_scid[..]); in with_client_config()
[all …]