Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dcsprng.h14 #define CSPRNG_UNLIMITED 0x0002 /* unlimited (/dev/urandom) read */ macro
/dragonfly/sys/kern/
H A Dsubr_csprng.c146 if ((flags & CSPRNG_UNLIMITED) == 0 && state->reseed_cnt == 0) { in csprng_get_random()
H A Dkern_nrandom.c703 unlimited ? CSPRNG_UNLIMITED : 0); in read_random()
711 unlimited ? CSPRNG_UNLIMITED : 0); in read_random()