Searched refs:rng_get_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | core.c | 60 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, 74 bytes_read = rng_get_data(rng, rng_buffer, size, 0); in add_early_randomness() 190 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data() function 234 bytes_read = rng_get_data(rng, rng_buffer, in rng_dev_read() 451 rc = rng_get_data(rng, rng_fillbuf, in hwrng_fillfn()
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | core.c | 59 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, 72 bytes_read = rng_get_data(rng, rng_fillbuf, 32, 0); in add_early_randomness() 193 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data() function 237 bytes_read = rng_get_data(rng, rng_buffer, in rng_dev_read() 513 rc = rng_get_data(rng, rng_fillbuf, in hwrng_fillfn()
|
Completed in 3 milliseconds