Home
last modified time | relevance | path

Searched defs:next_generator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/rand/
Drt.rs42 pub(crate) fn next_generator(&self) -> Self { in next_generator() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dpath_secret.rs223 let mut next_generator = PathSecretGenerator::new(&cs_provider); in test_first_path_is_random() localVariable