Hardware random number generator driver interface. More...
Hardware random number generator driver interface.
Definition in file hwrng.h.
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | hwrng_init (void) |
Initialize the hardware random number generator. | |
void | hwrng_read (void *buf, unsigned int num) |
Read N bytes of random data from the hardware device. | |