Searched refs:rng_get_data (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/char/hw_random/ |
H A D | core.c | 77 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, 91 bytes_read = rng_get_data(rng, bytes, sizeof(bytes), 1); add_early_randomness() 203 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, rng_get_data() function 243 bytes_read = rng_get_data(rng, rng_buffer, rng_dev_read() 412 rc = rng_get_data(rng, rng_fillbuf, hwrng_fillfn()
|
Completed in 29 milliseconds