Function fuchsia_zircon::cprng_add_entropy [] [src]

pub fn cprng_add_entropy(buffer: &[u8]) -> Result<(), Status>

Mix the given entropy into the kernel CPRNG.

The buffer must have length less than ZX_CPRNG_ADD_ENTROPY_MAX_LEN.

Wraps the zx_cprng_add_entropy syscall.