Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs1891 get_test_25519_key, get_test_groups_with_features, group_extensions, process_commit,
3290 get_test_groups_with_features(3, vec![extension].into(), Default::default()).await; in commit_leaf_not_supporting_used_context_extension()
3318 get_test_groups_with_features(3, extensions.into(), Default::default()).await; in commit_leaf_not_supporting_required_extension()
3338 get_test_groups_with_features(3, Default::default(), Default::default()).await; in commit_leaf_has_unsupported_credential()
3372 get_test_groups_with_features(3, Default::default(), Default::default()).await; in commit_leaf_not_supporting_credential_used_in_another_leaf()
3400 get_test_groups_with_features(3, extensions.into(), Default::default()).await; in commit_leaf_not_supporting_required_credential()
Dtest_utils.rs329 pub(crate) async fn get_test_groups_with_features( in get_test_groups_with_features() function