Searched refs:read_urandom (Results 1 – 2 of 2) sorted by relevance
28 +fn read_urandom(dest: &mut [u8]) -> Result<(), std::io::Error> {41 + if read_urandom(&mut result).is_err() {
14 fn read_urandom(dest: &mut [u8]) -> Result<(), std::io::Error> { in read_urandom() function26 if read_urandom(&mut result).is_err() {