Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/
Drandom.c549 static ssize_t _extract_entropy(struct entropy_store *r, void *buf,
871 _extract_entropy(&input_pool, &crng->state[4], in crng_initialize()
1553 static ssize_t _extract_entropy(struct entropy_store *r, void *buf, in _extract_entropy() function
1618 return _extract_entropy(r, buf, nbytes, fips_enabled); in extract_entropy()