Searched refs:NoEntropy (Results 1 – 2 of 2) sorted by relevance
26 NoEntropy, enumerator38 Self::NoEntropy => write!(f, "SMCCC TRNG call returned no entropy"), in fmt()50 -3 => Error::NoEntropy, in from()
128 let entropy = if matches!(result, Err(hvc::trng::Error::NoEntropy)) { in rnd64()