Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Dother_algorithm.c90 static void random_other_init_alg(void *);
102 .ra_init_alg = random_other_init_alg,
120 random_other_init_alg(void *unused __unused) in random_other_init_alg() function