Home
last modified time | relevance | path

Searched defs:next_protocol (Results 1 – 12 of 12) sorted by relevance

/external/rust/beto-rust/nearby/connections/ukey2/ukey2/tests/
Dtests.rs23 let next_protocol = "AES_256_CBC-HMAC_SHA256".to_string(); in full_integration_state_machine() localVariable
70 let next_protocol = "AES_256_CBC-HMAC_SHA256".to_string(); in full_integration_state_machine_public_key_in_protobuf() localVariable
/external/tcpdump/
Dprint-vxlan-gpe.c65 uint8_t next_protocol; in vxlan_gpe_print() local
Dprint-nsh.c96 uint8_t next_protocol; in nsh_print() local
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dukey2_handshake.rs178 let next_protocol = client_init.next_protocol(); in handle_client_init() localVariable
246 next_protocol: String, field
374 next_protocol: String, field
600 pub next_protocol: String, field
Dproto_adapter.rs86 next_protocol: String, field
182 let next_protocol = self in into_adapter() localVariable
/external/ukey2/src/main/proto/
Dukey.proto89 optional string next_protocol = 4; field
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto89 optional string next_protocol = 4; field
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs501 pub next_protocol: ::std::option::Option<::std::string::String>, field
577 pub fn next_protocol(&self) -> &str { in next_protocol() method
/external/cronet/third_party/boringssl/src/ssl/
Dhandshake_server.cc1697 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc1665 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/external/boringssl/src/ssl/
Dhandshake_server.cc1697 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h71873 u8 next_protocol; member