Home
last modified time | relevance | path

Searched refs:random_yarrow_read (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c117 static void random_yarrow_read(uint8_t *, u_int);
130 .ra_read = random_yarrow_read,
377 random_yarrow_read(uint8_t *buf, u_int bytecount) in random_yarrow_read() function