Home
last modified time | relevance | path

Searched defs:ConfigInner (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_builder.rs688 impl<Kpr, Ps, Gss, Ip, Pr, Cp> ClientConfig for ConfigInner<Kpr, Ps, Gss, Ip, Pr, Cp> implementation
942 pub struct ConfigInner<Kpr, Ps, Gss, Ip, Pr, Cp> { struct
943 pub(crate) settings: Settings,
944 pub(crate) key_package_repo: Kpr,
945 pub(crate) psk_store: Ps,
946 pub(crate) group_state_storage: Gss,
947 pub(crate) identity_provider: Ip,
948 pub(crate) mls_rules: Pr,
949 pub(crate) crypto_provider: Cp,
950 pub(crate) signer: Option<SignatureSecretKey>,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dbuilder.rs340 impl<Ip, Pr, Cp> ExternalClientConfig for ConfigInner<Ip, Pr, Cp> implementation
531 pub struct ConfigInner<Ip, Mpf, Cp> { struct
532 pub(crate) settings: Settings,
533 pub(crate) identity_provider: Ip,
534 pub(crate) mls_rules: Mpf,
535 pub(crate) crypto_provider: Cp,
536 pub(crate) signing_data: Option<(SignatureSecretKey, SigningIdentity)>,