Home
last modified time | relevance | path

Searched refs:interim_transcript_hash (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsnapshot.rs63 pub(crate) interim_transcript_hash: InterimTranscriptHash, field
85 interim_transcript_hash: state.interim_transcript_hash.clone(), in export()
117 interim_transcript_hash: self.interim_transcript_hash, in import()
140 interim_transcript_hash: self.interim_transcript_hash, in import()
242 interim_transcript_hash: InterimTranscriptHash::from(vec![]), in get_test_snapshot()
Dstate.rs18 pub(crate) interim_transcript_hash: InterimTranscriptHash, field
27 interim_transcript_hash: InterimTranscriptHash, in new()
38 interim_transcript_hash, in new()
Dutil.rs156 let interim_transcript_hash = InterimTranscriptHash::create( in transcript_hashes() localVariable
163 Ok((interim_transcript_hash, confirmed_transcript_hash)) in transcript_hashes()
Dmessage_processor.rs723 let (interim_transcript_hash, confirmed_transcript_hash) = transcript_hashes( in process_commit()
725 &self.group_state().interim_transcript_hash, in process_commit()
845 interim_transcript_hash, in process_commit()
1009 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
Dtranscript_hash.rs57 interim_transcript_hash: &InterimTranscriptHash, in create()
74 interim_transcript_hash.deref(), in create()
Dmod.rs597 let interim_transcript_hash = InterimTranscriptHash::create( in join_with() localVariable
617 interim_transcript_hash, in join_with()
1696 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
1779 self.state.interim_transcript_hash = interim_transcript_hash; in update_key_schedule()
Dcommit.rs608 &self.state.interim_transcript_hash, in commit_internal()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs139 let interim_transcript_hash = InterimTranscriptHash::create( in join() localVariable
152 interim_transcript_hash, in join()
611 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
618 self.state.interim_transcript_hash = interim_transcript_hash; in update_key_schedule()