Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs79 pub enum NextProtocol { enum
86 impl TryFrom<&String> for NextProtocol { implementation
98 impl Display for NextProtocol { implementation
133 pub fn next_protocols(&self) -> &HashSet<NextProtocol> { in next_protocols()
156 pub fn selected_next_protocol(&self) -> NextProtocol { in selected_next_protocol()
Dukey2_handshake.rs270 next_protocol: NextProtocol, in from()
397 next_protocols: Vec<NextProtocol>, in from()
625 next_protocol: NextProtocol, in new()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/benches/
Dukey2_benches.rs30 next_protocols: Vec<NextProtocol>, in run_handshake_with_rng()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_handshake_context.rs116 next_protocols: Vec<NextProtocol>, in new_impl()
211 next_protocols: &[NextProtocol], in new_impl()
Dtests.rs105 next_protocols: Vec<NextProtocol>, in run_handshake_with_rng()
Dd2d_connection_context_v1.rs171 protocol: NextProtocol, in new()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/java/src/main/java/com/google/security/cryptauth/lib/securegcm/ukey2/
DD2DHandshakeContext.java31 public enum NextProtocol { enum in D2DHandshakeContext