Function zx::cprng_draw
source · pub fn cprng_draw(buffer: &mut [u8])
Expand description
Draw random bytes from the kernel’s CPRNG to fill buffer
. This function
always fills the buffer.
Wraps the zx_cprng_draw syscall.
pub fn cprng_draw(buffer: &mut [u8])
Draw random bytes from the kernel’s CPRNG to fill buffer
. This function
always fills the buffer.
Wraps the zx_cprng_draw syscall.