Home
last modified time | relevance | path

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

/external/rust/crates/mls-rs/src/group/interop_test_vectors/
Dtree_kem.rs35 ratchet_tree: Vec<u8>, field
Dserialization.rs32 ratchet_tree: Vec<u8>, field
Dpassive_client.rs57 pub ratchet_tree: Option<TestRatchetTree>, field
/external/rust/crates/mls-rs-uniffi/src/
Dlib.rs432 let ratchet_tree = ratchet_tree.map(TryInto::try_into).transpose()?; in join_group() localVariable
495 pub ratchet_tree: Option<RatchetTree>, field
514 let ratchet_tree = commit_output in try_from() localVariable
922 let ratchet_tree: group::ExportedTree = in test_ratchet_tree_included() localVariable
/external/rust/crates/mls-rs/src/group/
Dcommit.rs128 pub ratchet_tree: Option<ExportedTree<'static>>, field
156 pub fn ratchet_tree(&self) -> Option<&ExportedTree<'static>> { in ratchet_tree() method
769 let ratchet_tree = (!commit_options.ratchet_tree_extension) in commit_internal() localVariable
/external/rust/crates/mls-rs/test_utils/src/
Dscenario_utils.rs27 pub ratchet_tree: Option<TestRatchetTree>, field