Searched refs:rng_get_data (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | core.c | 57 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, 71 bytes_read = rng_get_data(rng, rng_buffer, size, 0); in add_early_randomness() 187 static inline int rng_get_data(struct hwrng *rng, u8 *buffer, size_t size, in rng_get_data() function 230 bytes_read = rng_get_data(rng, rng_buffer, in rng_dev_read() 443 rc = rng_get_data(rng, rng_fillbuf, in hwrng_fillfn()
|