Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dupdate_path.rs37 pub struct ValidatedUpdatePath { struct
50 ) -> Result<ValidatedUpdatePath, MlsError> { in validate_update_path() argument
103 Ok(ValidatedUpdatePath { in validate_update_path()
Dkem.rs32 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()
Dmod.rs266 update_path: &ValidatedUpdatePath, in apply_update_path() argument
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs26 validate_update_path, TreeKemPrivate, TreeKemPublic, ValidatedUpdatePath,
1001 update_path: &ValidatedUpdatePath, in apply_update_path() argument
Dtest_utils.rs477 update_path: &ValidatedUpdatePath, in apply_update_path() argument
Dmod.rs33 use crate::tree_kem::{math as tree_math, ValidatedUpdatePath};
1652 update_path: &ValidatedUpdatePath, in apply_update_path() argument