Home
last modified time | relevance | path

Searched refs:_extract_entropy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/char/
Drandom.c510 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
831 _extract_entropy(&input_pool, &crng->state[4], sizeof(__u32) * 12, 0); in crng_initialize_primary()
1447 static ssize_t _extract_entropy(struct entropy_store *r, void *buf, in _extract_entropy() function
1510 return _extract_entropy(r, buf, nbytes, fips_enabled); in extract_entropy()