Searched defs:EpochSecrets (Results 1 – 3 of 3) sorted by relevance
58 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 { struct72 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()
40 fn epoch_secrets_mut(&mut self) -> &mut EpochSecrets; in epoch_secrets_mut()41 fn epoch_secrets(&self) -> &EpochSecrets; in epoch_secrets()
581 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()