Home
last modified time | relevance | path

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

/freebsd/sys/dev/safe/
H A Dsafevar.h145 #define SAFE_FLAGS_RNG 0x02 /* hardware rng */ macro
H A Dsafe.c379 sc->sc_flags |= SAFE_FLAGS_RNG; in safe_attach()
408 if (sc->sc_flags & SAFE_FLAGS_RNG) { in safe_attach()