Home
last modified time | relevance | path

Searched defs:TestClientConfig (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/
Dscenario_utils.rs82 ) -> Vec<Group<TestClientConfig>> { in get_test_groups()
185 groups: &mut [Group<TestClientConfig>], in all_process_commit_with_update()
211 groups: &mut [Group<TestClientConfig>], in all_process_message()
233 groups: &mut Vec<Group<TestClientConfig>>, in add_random_members()
307 groups: &mut Vec<Group<TestClientConfig>>, in remove_members()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/
Dfuzz_tests.rs31 pub type TestClientConfig = typedef
88 fn make_client(cipher_suite: CipherSuite, name: &str) -> Client<TestClientConfig> { in make_client()
Dbenchmarks.rs14 pub type TestClientConfig = typedef
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient.rs747 ) -> (Client<TestClientConfig>, MlsMessage) { in test_client_with_key_pkg()
757 ) -> (Client<TestClientConfig>, MlsMessage) in test_client_with_key_pkg_custom()
759 F: FnMut(&mut TestClientConfig), in test_client_with_key_pkg_custom()
Dclient_builder.rs1004 pub type TestClientConfig = WithIdentityProvider< typedef
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dtest_utils.rs62 F: FnMut(&mut TestClientConfig), in join_with_custom_config()
333 ) -> Vec<Group<TestClientConfig>> { in get_test_groups_with_features()
Dmod.rs2289 ) -> Result<Group<TestClientConfig>, MlsError> { in make_group_with_required_capabilities()
2935 F: FnMut(&mut TestClientConfig), in joining_group_fails_if_unsupported()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dframing.rs390 ) -> Group<TestClientConfig> { in make_group()