Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Drng.h27 typedef void (EntropyReceiveFunc)(void *opaque, typedef
33 EntropyReceiveFunc *receive_entropy;
76 EntropyReceiveFunc *receive_entropy,
/openbmc/qemu/backends/
H A Drng.c20 EntropyReceiveFunc *receive_entropy, in rng_backend_request_entropy()