Searched refs:local_cipher_suites (Results 1 – 5 of 5) sorted by relevance
79 pub(crate) local_cipher_suites: Vec<CipherSuiteId>, // Available CipherSuites field104 local_cipher_suites: vec![], in default()
245 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()
182 cipher_suites: cfg.local_cipher_suites.clone(), in generate()
80 find_matching_cipher_suite(&client_hello.cipher_suites, &cfg.local_cipher_suites) in parse()
152 let local_cipher_suites: Vec<CipherSuiteId> = parse_cipher_suites( in new() localVariable205 local_cipher_suites, in new()