Function magenta::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 MX_CPRNG_ADD_ENTROPY_MAX_LEN.

Wraps the mx_cprng_add_entropy syscall.