Home
last modified time | relevance | path

Searched defs:EpochSecrets (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/group/
Depoch.rs58 fn epoch_secrets_mut(&mut self) -> &mut EpochSecrets { in epoch_secrets_mut()
62 fn epoch_secrets(&self) -> &EpochSecrets { in epoch_secrets()
69 pub(crate) struct EpochSecrets { struct
72 pub(crate) resumption_secret: PreSharedKey,
74 pub(crate) sender_data_secret: SenderDataSecret,
76 pub(crate) secret_tree: SecretTree<NodeIndex>,
137 pub(crate) fn get_test_epoch_secrets(cipher_suite: CipherSuite) -> EpochSecrets { in get_test_epoch_secrets()
Dciphertext_processor.rs40 fn epoch_secrets_mut(&mut self) -> &mut EpochSecrets; in epoch_secrets_mut()
41 fn epoch_secrets(&self) -> &EpochSecrets; in epoch_secrets()
Dmod.rs581 epoch_secrets: EpochSecrets, in join_with()
1599 fn epoch_secrets_mut(&mut self) -> &mut EpochSecrets { in epoch_secrets_mut()
1603 fn epoch_secrets(&self) -> &EpochSecrets { in epoch_secrets()