Searched refs:CPUID_ECX_RDRAND (Results 1 – 1 of 1) sorted by relevance
38 #define CPUID_ECX_RDRAND 0x40000000 macro213 cpu_features->has_rdrand = ((cpu_info[2] & CPUID_ECX_RDRAND) != 0x0); in _sodium_runtime_intel_cpu_features()