Searched refs:test_group_with_one_commit (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/ |
D | group.rs | 828 async fn test_group_with_one_commit(v: ProtocolVersion, cs: CipherSuite) -> TestGroup { in test_group_with_one_commit() function 841 let mut group = test_group_with_one_commit(v, cs).await; in test_group_two_members() 877 make_external_group(&test_group_with_one_commit(v, cs).await).await; in external_group_can_be_created() 883 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_can_process_commit() 898 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_can_process_proposals_by_reference() 940 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_can_process_commit_adding_member() 959 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_rejects_commit_not_for_current_epoch() 978 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_can_reject_message_with_invalid_signature() 1002 let mut alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_rejects_unencrypted_application_message() 1016 let alice = test_group_with_one_commit(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_group_will_reject_unsupported_cipher_suites() [all …]
|