Home
last modified time | relevance | path

Searched defs:auth_content (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dframing.rs254 let mut auth_content = AuthenticatedContent::new_signed( in framing_commit() localVariable
342 let mut auth_content = AuthenticatedContent::new_signed( in generate_framing_test_vector() localVariable
360 let mut auth_content = AuthenticatedContent::new_signed( in generate_framing_test_vector() localVariable
Dtree_kem.rs157 let mut auth_content = AuthenticatedContent::new( in tree_kem() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs204 let auth_content: AuthenticatedContent = ptxt.into(); in insert_proposal_from_message() localVariable
442 let auth_content = AuthenticatedContent::new_signed( in propose() localVariable
586 let auth_content = crate::group::message_verifier::verify_plaintext_authentication( in verify_plaintext_authentication() localVariable
1091 let auth_content = external_proposal.clone().into_plaintext().unwrap().into(); in test_external_proposal() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dtranscript_hash.rs199 let auth_content = in transcript_hash() localVariable
249 let mut auth_content = AuthenticatedContent::new_signed( in generate_test_vector() localVariable
Dexternal_commit.rs235 let auth_content = AuthenticatedContent::from(plaintext.clone()); in build() localVariable
Dmod.rs692 let auth_content = AuthenticatedContent::new_signed( in proposal_message() localVariable
1180 let auth_content = AuthenticatedContent::new_signed( in encrypt_application_message() localVariable
1202 let auth_content = if epoch_id == self.context().epoch { in decrypt_incoming_ciphertext() localVariable
1626 let auth_content = verify_plaintext_authentication( in verify_plaintext_authentication() localVariable
Dciphertext_processor.rs249 let auth_content = AuthenticatedContent { in open() localVariable
Dmessage_verifier.rs45 let auth_content = AuthenticatedContent::from(plaintext); in verify_plaintext_authentication() localVariable
Dtest_utils.rs140 let auth_content = AuthenticatedContent::new_signed( in make_plaintext() localVariable
Dcommit.rs590 let mut auth_content = AuthenticatedContent::new_signed( in commit_internal() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/
Dfuzz_tests.rs72 let auth_content = AuthenticatedContent::new_signed( in create_fuzz_commit_message() localVariable