Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Dother_algorithm.c85 static void random_other_read(uint8_t *, size_t);
102 .ra_read = random_other_read,
162 random_other_read(uint8_t *buf, size_t count) in random_other_read() function