Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dupdate_path.rs134 async fn test_update_path(cipher_suite: CipherSuite, cred: &str) -> UpdatePath { in test_update_path() function
192 let update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in test_valid_leaf_node()
214 let mut update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in test_invalid_key_package()
234 let update_path = test_update_path(cipher_suite, "foobar").await; in validating_path_fails_with_different_identity()
252 let update_path = test_update_path(TEST_CIPHER_SUITE, "creator").await; in validating_path_fails_with_same_hpke_key()