Searched refs:has_rdrand (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/random/
H A Divy.c54 static bool has_rdrand, has_rdseed; variable
133 has_rdrand = (cpu_feature2 & CPUID2_RDRAND);
138 else if (has_rdrand)
168 if (has_rdrand || has_rdseed) {
175 if (has_rdrand || has_rdseed)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c22 int has_rdrand; member in struct:CPUFeatures_
213 cpu_features->has_rdrand = ((cpu_info[2] & CPUID_ECX_RDRAND) != 0x0);
215 cpu_features->has_rdrand = 0;
296 return _cpu_features.has_rdrand;

Completed in 103 milliseconds