Searched refs:InterimTranscriptHash (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | transcript_hash.rs | 57 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()
|
D | state.rs | 7 transcript_hash::InterimTranscriptHash, 18 pub(crate) interim_transcript_hash: InterimTranscriptHash, 27 interim_transcript_hash: InterimTranscriptHash, in new() argument
|
D | util.rs | 25 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()
|
D | snapshot.rs | 10 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()
|
D | message_processor.rs | 15 transcript_hash::InterimTranscriptHash, 1009 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
|
D | test_utils.rs | 507 _interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
|
D | mod.rs | 364 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/ |
D | group.rs | 26 transcript_hash::InterimTranscriptHash, 139 let interim_transcript_hash = InterimTranscriptHash::create( in join() 611 interim_transcript_hash: InterimTranscriptHash, in update_key_schedule() argument
|