Home
last modified time | relevance | path

Searched defs:UpdatePath (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/mls-rs/src/tree_kem/
Dupdate_path.rs31 pub struct UpdatePath { struct
33 pub nodes: Vec<UpdatePathNode>, argument
46 path: UpdatePath, in validate_update_path()
134 async fn test_update_path(cipher_suite: CipherSuite, cred: &str) -> UpdatePath { in test_update_path()
Dkem.rs440 update_path: &UpdatePath, in verify_tree_update_path()
/external/google-breakpad/src/client/linux/handler/
Dminidump_descriptor.cc86 void MinidumpDescriptor::UpdatePath() { in UpdatePath() function in google_breakpad::MinidumpDescriptor
/external/rust/crates/mls-rs/src/group/
Dmessage_processor.rs617 path: Option<&UpdatePath>, in make_state_update()