Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Drandom.c967 static ssize_t extract_entropy(struct entropy_store *r, void *buf,
1010 bytes = extract_entropy(r->pull, tmp, bytes, in _xfer_secondary_pool()
1153 static ssize_t extract_entropy(struct entropy_store *r, void *buf, in extract_entropy() function
1263 extract_entropy(&nonblocking_pool, buf, nbytes, 0, 0); in get_random_bytes()
1353 extract_entropy(&nonblocking_pool, p, nbytes, 0, 0); in get_random_bytes_arch()
/linux-4.4.14/include/trace/events/
Drandom.h251 DEFINE_EVENT(random__extract_entropy, extract_entropy,