Home
last modified time | relevance | path

Searched refs:cipher_commitments (Results 1 – 5 of 5) sorted by relevance

/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dtests.rs107 cipher_commitments: vec![commitment], in advance_from_init_to_complete_server_x25519_test()
159 cipher_commitments: vec![commitment], in advance_from_init_to_complete_server_p256_test()
Dproto_adapter.rs262 .cipher_commitments in into_adapter()
Dukey2_handshake.rs458 cipher_commitments: vec![curve25519_commitment, p256_commitment], in from()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs499 pub cipher_commitments: ::std::vec::Vec<ukey2client_init::CipherCommitment>, field
629 self.cipher_commitments.push(is.read_message()?); in merge_from()
655 for value in &self.cipher_commitments { in compute_size()
677 for v in &self.cipher_commitments { in write_to_with_cached_sizes()
705 self.cipher_commitments.clear(); in clear()
715 cipher_commitments: ::std::vec::Vec::new(), in default_instance()
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto86 repeated CipherCommitment cipher_commitments = 3; field