Home
last modified time | relevance | path

Searched refs:InterimTranscriptHash (Results 1 – 8 of 8) 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() argument
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 { implementation
170 use super::{ConfirmedTranscriptHash, InterimTranscriptHash};
269 InterimTranscriptHash::create(&cs, &conf_hash_after, &conf_tag).unwrap(); in generate_test_vector()
Dstate.rs7 transcript_hash::InterimTranscriptHash,
18 pub(crate) interim_transcript_hash: InterimTranscriptHash,
27 interim_transcript_hash: InterimTranscriptHash, in new() argument
Dutil.rs25 transcript_hash::InterimTranscriptHash, ConfirmedTranscriptHash, EncryptedGroupSecrets,
140 prev_interim_transcript_hash: &InterimTranscriptHash, in transcript_hashes() argument
142 ) -> Result<(InterimTranscriptHash, ConfirmedTranscriptHash), MlsError> { in transcript_hashes() argument
156 let interim_transcript_hash = InterimTranscriptHash::create( in transcript_hashes()
Dsnapshot.rs10 GroupState, InterimTranscriptHash, ReInitProposal, TreeKemPublic,
63 pub(crate) interim_transcript_hash: InterimTranscriptHash,
227 transcript_hash::InterimTranscriptHash,
242 interim_transcript_hash: InterimTranscriptHash::from(vec![]), in get_test_snapshot()
Dmessage_processor.rs15 transcript_hash::InterimTranscriptHash,
1009 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
Dtest_utils.rs507 _interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
Dmod.rs364 let interim_hash = InterimTranscriptHash::create( in new()
597 let interim_transcript_hash = InterimTranscriptHash::create( in join_with()
1696 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs26 transcript_hash::InterimTranscriptHash,
139 let interim_transcript_hash = InterimTranscriptHash::create( in join()
611 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument