Searched refs:cipher_commitments (Results 1 – 5 of 5) sorted by relevance
107 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()
262 .cipher_commitments in into_adapter()
458 cipher_commitments: vec![curve25519_commitment, p256_commitment], in from()
499 pub cipher_commitments: ::std::vec::Vec<ukey2client_init::CipherCommitment>, field629 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()
86 repeated CipherCommitment cipher_commitments = 3; field