Home
last modified time | relevance | path

Searched defs:epoch_secrets (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dexternal_commit.rs187 let epoch_secrets = EpochSecrets { in build() localVariable
Depoch.rs62 fn epoch_secrets(&self) -> &EpochSecrets { in epoch_secrets() method
Dsnapshot.rs44 epoch_secrets: EpochSecrets, field
Dkey_schedule.rs75 pub(crate) epoch_secrets: EpochSecrets, field
200 let epoch_secrets = EpochSecrets { in from_epoch_secret() localVariable
Dciphertext_processor.rs41 fn epoch_secrets(&self) -> &EpochSecrets; in epoch_secrets() method
Dmod.rs265 epoch_secrets: EpochSecrets, field
1586 fn epoch_secrets(&self) -> &EpochSecrets { in epoch_secrets() function