Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dhandshaker.rs79 pub(crate) local_cipher_suites: Vec<CipherSuiteId>, // Available CipherSuites field
104 local_cipher_suites: vec![], in default()
/webrtc/dtls/src/flight/
H A Dflight3.rs245 if find_matching_cipher_suite(&[h.cipher_suite], &cfg.local_cipher_suites).is_err() { in parse()
402 cipher_suites: cfg.local_cipher_suites.clone(), in generate()
H A Dflight1.rs182 cipher_suites: cfg.local_cipher_suites.clone(), in generate()
H A Dflight0.rs80 find_matching_cipher_suite(&client_hello.cipher_suites, &cfg.local_cipher_suites) in parse()
/webrtc/dtls/src/conn/
H A Dmod.rs152 let local_cipher_suites: Vec<CipherSuiteId> = parse_cipher_suites( in new() localVariable
205 local_cipher_suites, in new()