Home
last modified time | relevance | path

Searched refs:test_client_with_key_pkg_custom (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dtest_utils.rs14 test_client_with_key_pkg, test_client_with_key_pkg_custom, TEST_CIPHER_SUITE,
65 test_client_with_key_pkg_custom( in join_with_custom_config()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient.rs748 test_client_with_key_pkg_custom(protocol_version, cipher_suite, identity, |_| {}).await in test_client_with_key_pkg()
752 pub async fn test_client_with_key_pkg_custom<F>( in test_client_with_key_pkg_custom() function