Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Dother_algorithm.c91 static void random_other_deinit_alg(void *);
103 .ra_deinit_alg = random_other_deinit_alg,
135 random_other_deinit_alg(void *unused __unused) in random_other_deinit_alg() function