Go to the documentation of this file.
20 #include <linux/module.h>
24 #define MODULE_NAME "tpm-rng"
26 static int tpm_rng_read(
struct hwrng *rng,
void *
data,
size_t max,
bool wait)
31 static struct hwrng tpm_rng = {
36 static int __init rng_init(
void)
42 static void __exit rng_exit(
void)