Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/
Drand.rs104 let entropy = repeat_trng_rnd(chunk.len())?; in fill_with_entropy() localVariable
128 let entropy = if matches!(result, Err(hvc::trng::Error::NoEntropy)) { in rnd64() localVariable