Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Drandom.c482 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
797 _extract_entropy(&input_pool, &crng->state[4], in crng_initialize()
1477 static ssize_t _extract_entropy(struct entropy_store *r, void *buf, in _extract_entropy() function
1542 return _extract_entropy(r, buf, nbytes, fips_enabled); in extract_entropy()