Searched defs:next_protocols (Results 1 – 7 of 7) sorted by relevance
25 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine() localVariable61 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine_public_key_in_protobuf() localVariable97 let next_protocols = hash_set::HashSet::from(raw_next_protocols.map(|p| p.to_string())); in full_integration_state_machine_multiple_next_protocols_sort() localVariable135 let next_protocols = hash_set::HashSet::from(raw_next_protocols.map(|p| p.to_string())); in full_integration_state_machine_multiple_next_protocols_client() localVariable
75 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_x25519_test() localVariable129 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_p256_test() localVariable226 let mut next_protocols = [NextProtocol::Aes256CbcHmacSha256, NextProtocol::Aes256GcmSiv]; in sort_next_protocols() localVariable
121 next_protocols: HashSet<NextProtocol>, field133 pub fn next_protocols(&self) -> &HashSet<NextProtocol> { in next_protocols() method253 let mut next_protocols: HashSet<NextProtocol> = in into_adapter() localVariable
151 pub(crate) next_protocols: HashSet<NextProtocol>, field181 let next_protocols = client_init.next_protocols(); in handle_client_init() localVariable381 next_protocols: Vec<NextProtocol>, field
91 repeated string next_protocols = 5; field
126 let next_protocols = if next_protocols.is_null() { in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_create_1context() localVariable
503 pub next_protocols: ::std::vec::Vec<::std::string::String>, field