Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dvirtio-rng.c51 static void request_entropy(struct virtrng_info *vi) in request_entropy() function
74 request_entropy(vi); in copy_data()
164 request_entropy(vi); in probe_common()
/openbmc/qemu/backends/
H A Drng.c26 if (k->request_entropy) { in rng_backend_request_entropy()
35 k->request_entropy(s, req); in rng_backend_request_entropy()
H A Drng-builtin.c62 rbc->request_entropy = rng_builtin_request_entropy; in rng_builtin_class_init()
H A Drng-random.c128 rbc->request_entropy = rng_random_request_entropy; in rng_random_class_init()
H A Drng-egd.c150 rbc->request_entropy = rng_egd_request_entropy; in rng_egd_class_init()
/openbmc/qemu/include/sysemu/
H A Drng.h45 void (*request_entropy)(RngBackend *s, RngRequest *req); member