Home
last modified time | relevance | path

Searched defs:handshake_cipher (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs142 handshake_cipher: HandshakeCipher, field
152 pub fn handshake_cipher(&self) -> HandshakeCipher { in handshake_cipher() method
230 let handshake_cipher: HandshakeCipher = self in into_adapter() localVariable
277 let handshake_cipher = self in into_adapter() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto83 optional Ukey2HandshakeCipher handshake_cipher = 1; field
100 optional Ukey2HandshakeCipher handshake_cipher = 3; field
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs731 …pub handshake_cipher: ::std::option::Option<::protobuf::EnumOrUnknown<super::Ukey2HandshakeCipher>… field
752 pub fn handshake_cipher(&self) -> super::Ukey2HandshakeCipher { in handshake_cipher() method
897 pub handshake_cipher: ::std::option::Option<::protobuf::EnumOrUnknown<Ukey2HandshakeCipher>>, field
975 pub fn handshake_cipher(&self) -> Ukey2HandshakeCipher { in handshake_cipher() method