Home
last modified time | relevance | path

Searched defs:next_protocols (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/tests/
Dtests.rs25 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine() localVariable
61 let next_protocols = hash_set::HashSet::from([next_protocol.to_string()]); in full_integration_state_machine_public_key_in_protobuf() localVariable
97 let next_protocols = hash_set::HashSet::from(raw_next_protocols.map(|p| p.to_string())); in full_integration_state_machine_multiple_next_protocols_sort() localVariable
135 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
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dtests.rs75 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_x25519_test() localVariable
129 let mut next_protocols = hash_set::HashSet::new(); in advance_from_init_to_complete_server_p256_test() localVariable
226 let mut next_protocols = [NextProtocol::Aes256CbcHmacSha256, NextProtocol::Aes256GcmSiv]; in sort_next_protocols() localVariable
Dproto_adapter.rs121 next_protocols: HashSet<NextProtocol>, field
133 pub fn next_protocols(&self) -> &HashSet<NextProtocol> { in next_protocols() method
253 let mut next_protocols: HashSet<NextProtocol> = in into_adapter() localVariable
Dukey2_handshake.rs151 pub(crate) next_protocols: HashSet<NextProtocol>, field
181 let next_protocols = client_init.next_protocols(); in handle_client_init() localVariable
381 next_protocols: Vec<NextProtocol>, field
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto91 repeated string next_protocols = 5; field
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/src/
Dlib.rs126 let next_protocols = if next_protocols.is_null() { in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_create_1context() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs503 pub next_protocols: ::std::vec::Vec<::std::string::String>, field