Searched refs:has_rdrand (Results 1 – 1 of 1) sorted by relevance
22 int has_rdrand; member213 cpu_features->has_rdrand = ((cpu_info[2] & CPUID_ECX_RDRAND) != 0x0); in _sodium_runtime_intel_cpu_features()215 cpu_features->has_rdrand = 0; in _sodium_runtime_intel_cpu_features()296 return _cpu_features.has_rdrand; in sodium_runtime_has_rdrand()