Searched refs:try_fill_bytes (Results 1 – 3 of 3) sorted by relevance
34 fn try_fill_bytes(&mut self, buf: &mut [u8]) -> Result<(), cap_rand::Error> { in try_fill_bytes() method47 det.try_fill_bytes(&mut buf).expect("get randomness"); in deterministic()
120 fn try_fill_bytes(&mut self, buf: &mut [u8]) -> Result<(), cap_rand::Error> { in try_fill_bytes() method133 det.try_fill_bytes(&mut buf).expect("get randomness"); in deterministic()
1173 self.random.lock().unwrap().try_fill_bytes(&mut tmp)?; in random_get()1182 self.random.lock().unwrap().try_fill_bytes(mem)?; in random_get()