Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Dfortuna.c782 static bool block_seeded_status = false; variable
783 SYSCTL_BOOL(_kern_random, OID_AUTO, block_seeded_status, CTLFLAG_RWTUN,
784 &block_seeded_status, 0,
801 if (block_seeded_status) in random_fortuna_seeded()