[go: up one dir, main page]

Function cprng_add_entropy

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

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.