Home
last modified time | relevance | path

Searched defs:hwrng (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dhw_random.h33 struct hwrng { struct
35 int (*init)(struct hwrng *rng); argument
36 void (*cleanup)(struct hwrng *rng); argument
37 int (*data_present)(struct hwrng *rng, int wait); argument
38 int (*data_read)(struct hwrng *rng, u32 *data); argument
39 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument
47 extern int hwrng_register(struct hwrng *rng); argument
/linux-3.4.99/drivers/char/hw_random/
Dn2rng.h80 struct hwrng hwrng; member