Searched refs:rng_get_data (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/char/hw_random/ |
| D | core.c | 56 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, 70 bytes_read = rng_get_data(rng, rng_buffer, size, 0); in add_early_randomness() 182 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data() function 225 bytes_read = rng_get_data(rng, rng_buffer, in rng_dev_read() 431 rc = rng_get_data(rng, rng_fillbuf, in hwrng_fillfn()
|