Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dupdate_path.rs192 let update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in test_valid_leaf_node() localVariable
214 let mut update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in test_invalid_key_package() localVariable
234 let update_path = test_update_path(cipher_suite, "foobar").await; in validating_path_fails_with_different_identity() localVariable
252 let update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in validating_path_fails_with_same_hpke_key() localVariable
Dkem.rs44 pub update_path: UpdatePath, field
162 let update_path = UpdatePath { in encap() localVariable
Dmod.rs45 pub mod update_path; module
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dtree_kem.rs62 update_path: Vec<u8>, field
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dextent.c589 static errcode_t update_path(ext2_extent_handle_t handle) in update_path() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs794 let update_path = match commit.path { in process_commit() localVariable