Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dlib.rs281 let hc64 = hasher.finish(); in test_rng() localVariable
283 hc64.to_le_bytes().into_iter().chain(0u8..8).collect::<crate::vec::Vec<u8>>(); in test_rng()