Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_cache.rs766 test_proposals: Vec<AuthenticatedContent>, field
772 async fn test_proposals( in test_proposals() function
864 test_proposals: plaintext, in test_proposals()
968 test_proposals, in test_proposal_cache_commit_all_cached()
972 } = test_proposals(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in test_proposal_cache_commit_all_cached()
974 let cache = test_proposal_cache_setup(test_proposals.clone()).await; in test_proposal_cache_commit_all_cached()
1000 test_proposals, in test_proposal_cache_commit_additional()
1004 } = test_proposals(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE).await; in test_proposal_cache_commit_additional()
1013 let cache = test_proposal_cache_setup(test_proposals.clone()).await; in test_proposal_cache_commit_additional()
1054 test_proposals, in test_proposal_cache_update_filter()
[all …]