Home
last modified time | relevance | path

Searched defs:mls_rules (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dbuilder.rs258 pub fn mls_rules<Pr>(self, mls_rules: Pr) -> ExternalClientBuilder<WithMlsRules<Pr, C>> in mls_rules() method
373 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() function
448 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() method
534 pub(crate) mls_rules: Mpf, field
Dconfig.rs29 fn mls_rules(&self) -> Self::MlsRules; in mls_rules() method
Dgroup.rs577 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/test_utils/
Dmod.rs72 let mls_rules = in generate_basic_client() localVariable
76 let mls_rules = if encrypt_controls { in generate_basic_client() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_builder.rs484 pub fn mls_rules<Pr>(self, mls_rules: Pr) -> ClientBuilder<WithMlsRules<Pr, C>> in mls_rules() method
716 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() function
823 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() method
948 pub(crate) mls_rules: Pr, field
Dlib.rs167 pub mod mls_rules { module
Dclient_config.rs33 fn mls_rules(&self) -> Self::MlsRules; in mls_rules() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs123 pub mod mls_rules; module
1799 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() function
4025 let mls_rules = CustomMlsRules { in test_custom_proposal_mls_rules() localVariable
4079 let mls_rules = CustomMlsRules { in test_custom_proposal_by_value_in_external_join() localVariable
4114 let mls_rules = CustomMlsRules { in custom_proposal_by_ref_in_external_join() localVariable
Dtest_utils.rs450 fn mls_rules(&self) -> Self::MlsRules { in mls_rules() method
Dcommit.rs454 let mls_rules = self.config.mls_rules(); in commit_internal() localVariable
Dmessage_processor.rs866 fn mls_rules(&self) -> Self::MlsRules; in mls_rules() method