Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs170 let mut alice_group = alice in test_create() localVariable
395 let mut alice_group = groups[0].clone(); in test_out_of_order_application_messages() localVariable
602 let mut alice_group = alice1.create_group(ExtensionList::new()).await.unwrap(); in reinit_works() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient.rs843 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in new_member_add_proposal_adds_to_group() localVariable
894 let mut alice_group = in join_via_external_commit() localVariable
1007 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in external_commit_with_invalid_group_info_fails() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs2703 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in commit_description_external_commit() localVariable
2748 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in can_join_new_group_externally() localVariable
2937 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in joining_group_fails_if_unsupported() localVariable
2979 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in member_can_see_sender_creds() localVariable
3005 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in members_of_a_group_have_identical_authentication_secrets() localVariable
3017 let mut alice_group = test_group(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in member_cannot_decrypt_same_message_twice() localVariable
3044 let mut alice_group = test_group_custom( in removing_requirements_allows_to_add() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/
Dx509.rs34 let mut alice_group = alice_client.create_group(Default::default()).unwrap(); in main() localVariable
Dbasic_usage.rs47 let mut alice_group = alice.create_group(ExtensionList::default())?; in main() localVariable
Dlarge_group.rs103 let mut alice_group = alice_client.create_group(Default::default())?; in make_groups_worst_case() localVariable
Dbasic_server_usage.rs143 let mut alice_group = alice.create_group(ExtensionList::default())?; in main() localVariable