Home
last modified time | relevance | path

Searched defs:CipherCommitment (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs129 pub fn commitments(&self) -> &[CipherCommitment] { in commitments()
185 pub(crate) struct CipherCommitment { struct
190 impl CipherCommitment { impl
228 impl IntoAdapter<CipherCommitment> for ukey::ukey2client_init::CipherCommitment { implementation
229 fn into_adapter(self) -> Result<CipherCommitment, ukey::ukey2alert::AlertType> { in into_adapter()
Dukey2_handshake.rs267 commitment: CipherCommitment, in from()
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs728 pub struct CipherCommitment { struct
731 …ub handshake_cipher: ::std::option::Option<::protobuf::EnumOrUnknown<super::Ukey2HandshakeCipher>>,
733 pub commitment: ::std::option::Option<::std::vec::Vec<u8>>,
736 pub special_fields: ::protobuf::SpecialFields,
739 impl<'a> ::std::default::Default for &'a CipherCommitment { implementation
745 impl CipherCommitment { implementation
809 impl ::protobuf::Message for CipherCommitment { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto82 message CipherCommitment { message