Home
last modified time | relevance | path

Searched defs:InterimTranscriptHash (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dtranscript_hash.rs57 interim_transcript_hash: &InterimTranscriptHash, in create()
89 pub(crate) struct InterimTranscriptHash( struct
95 impl Debug for InterimTranscriptHash { implementation
103 impl Deref for InterimTranscriptHash { implementation
111 impl From<Vec<u8>> for InterimTranscriptHash { implementation
117 impl InterimTranscriptHash { impl
Dutil.rs140 prev_interim_transcript_hash: &InterimTranscriptHash, in transcript_hashes()
142 ) -> Result<(InterimTranscriptHash, ConfirmedTranscriptHash), MlsError> { in transcript_hashes()
Dstate.rs27 interim_transcript_hash: InterimTranscriptHash, in new()
Dtest_utils.rs507 _interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
Dmessage_processor.rs1009 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
Dmod.rs1696 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs611 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule()