Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dhw_random.h37 struct hwrng { struct
39 int (*init)(struct hwrng *rng); argument
40 void (*cleanup)(struct hwrng *rng); argument
41 int (*data_present)(struct hwrng *rng, int wait); argument
42 int (*data_read)(struct hwrng *rng, u32 *data); argument
43 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument
56 extern int hwrng_register(struct hwrng *rng); argument
/linux-4.1.27/drivers/char/hw_random/
Dmsm-rng.c41 struct hwrng hwrng; member
46 static int msm_rng_enable(struct hwrng *hwrng, int enable) in msm_rng_enable()
81 static int msm_rng_read(struct hwrng *hwrng, void *data, size_t max, bool wait) in msm_rng_read()
124 static int msm_rng_init(struct hwrng *hwrng) in msm_rng_init()
129 static void msm_rng_cleanup(struct hwrng *hwrng) in msm_rng_cleanup()
Dvirtio-rng.c31 struct hwrng hwrng; member
Dn2rng.h80 struct hwrng hwrng; member
/linux-4.1.27/drivers/usb/misc/
Dchaoskey.c88 struct hwrng hwrng; /* Embedded struct for hwrng */ member
/linux-4.1.27/drivers/crypto/ccp/
Dccp-dev.h229 struct hwrng hwrng; member