Function zx::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 ZX_CPRNG_ADD_ENTROPY_MAX_LEN
.
Wraps the zx_cprng_add_entropy syscall.