Home
last modified time | relevance | path

Searched refs:nodes_to_validate (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dparent_hash.rs187 let nodes_to_validate = self in validate_parent_hashes() localVariable
193 let mut nodes_to_validate = nodes_to_validate.collect::<HashSet<_>>(); in validate_parent_hashes() localVariable
195 let mut nodes_to_validate = nodes_to_validate.collect::<BTreeSet<_>>(); in validate_parent_hashes() localVariable
259 && nodes_to_validate.remove(&ps.parent) in validate_parent_hashes()
275 if nodes_to_validate.is_empty() { in validate_parent_hashes()