Home
last modified time | relevance | path

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

/openbmc/qemu/backends/
H A Drng.c20 EntropyReceiveFunc *receive_entropy, in rng_backend_request_entropy() argument
31 req->receive_entropy = receive_entropy; in rng_backend_request_entropy()
H A Drng-builtin.c31 req->receive_entropy(req->opaque, req->data, req->size); in rng_builtin_receive_entropy_bh()
H A Drng-random.c50 req->receive_entropy(req->opaque, req->data, len); in entropy_available()
H A Drng-egd.c80 req->receive_entropy(req->opaque, req->data, req->size); in rng_egd_chr_read()
/openbmc/qemu/include/sysemu/
H A Drng.h33 EntropyReceiveFunc *receive_entropy; member
76 EntropyReceiveFunc *receive_entropy,