Home
last modified time | relevance | path

Searched defs:has_rdrand (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/x86/x86/
H A Dcpu_rng.c82 bool has_rdrand = (cpu_feature[1] & CPUID2_RDRAND); cpu_rng_detect() local
309 static bool has_rdrand = false; cpu_rng_early_sample() local
/netbsd-src/sys/arch/amd64/stand/prekern/
H A Dprng.c41 static bool has_rdrand = false; variable
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Druntime.c22 int has_rdrand; member