Searched defs:hwrng (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
H A D | hw_random.h | 38 struct hwrng { struct 40 int (*init)(struct hwrng *rng); argument 41 void (*cleanup)(struct hwrng *rng); argument 42 int (*data_present)(struct hwrng *rng, int wait); argument 43 int (*data_read)(struct hwrng *rng, u32 *data); argument 44 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); argument 58 extern int hwrng_register(struct hwrng *rng); argument
|
H A D | tpm.h | 173 struct hwrng hwrng; member
|
/linux/drivers/crypto/ |
H A D | qcom-rng.c | 38 struct hwrng hwrng; member 116 static int qcom_hwrng_read(struct hwrng *hwrng, void *data, size_t max, bool wait) in qcom_hwrng_read()
|
H A D | atmel-i2c.h | 147 struct hwrng hwrng; member
|
/linux/arch/um/drivers/ |
H A D | random.c | 31 static struct hwrng hwrng; variable
|
/linux/arch/arm64/boot/dts/broadcom/stingray/ |
H A D | stingray.dtsi | 546 hwrng: hwrng@220000 { label
|
/linux/drivers/char/hw_random/ |
H A D | cn10k-rng.c | 137 static int cn10k_rng_read(struct hwrng *hwrng, void *data, in cn10k_rng_read()
|
H A D | n2rng.h | 112 struct hwrng hwrng; member
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gx.dtsi | 536 hwrng: rng@0 { label
|
H A D | meson-s4.dtsi | 781 hwrng: rng@440788 { label
|
H A D | meson-axg.dtsi | 325 hwrng: rng@18 { label
|
/linux/drivers/hid/ |
H A D | hid-u2fzero.c | 83 struct hwrng hwrng; /* Embedded struct for hwrng */ member
|
/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 88 struct hwrng hwrng; member
|
/linux/drivers/crypto/caam/ |
H A D | intern.h | 69 bool hwrng; member
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-dev.h | 386 struct hwrng hwrng; member
|