Searched refs:ValidatedUpdatePath (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | update_path.rs | 37 pub struct ValidatedUpdatePath { struct 50 ) -> Result<ValidatedUpdatePath, MlsError> { in validate_update_path() argument 103 Ok(ValidatedUpdatePath { in validate_update_path()
|
D | kem.rs | 32 TreeKemPrivate, TreeKemPublic, UpdatePath, UpdatePathNode, ValidatedUpdatePath, 247 update_path: &ValidatedUpdatePath, in decap() argument 428 Capabilities, TreeKemPrivate, TreeKemPublic, UpdatePath, ValidatedUpdatePath, 618 let validated_update_path = ValidatedUpdatePath { in encap_decap()
|
D | mod.rs | 266 update_path: &ValidatedUpdatePath, in apply_update_path() argument
|
/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | message_processor.rs | 26 validate_update_path, TreeKemPrivate, TreeKemPublic, ValidatedUpdatePath, 1001 update_path: &ValidatedUpdatePath, in apply_update_path() argument
|
D | test_utils.rs | 477 update_path: &ValidatedUpdatePath, in apply_update_path() argument
|
D | mod.rs | 33 use crate::tree_kem::{math as tree_math, ValidatedUpdatePath}; 1652 update_path: &ValidatedUpdatePath, in apply_update_path() argument
|