Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/corecrypto/
H A Dcc_runtime_config.h48 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro
59 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro
105 #define CC_HAS_RDRAND() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_RDRAND) macro
133 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro
136 #define CC_HAS_RDRAND() 0 macro
/xnu-11417.101.15/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h24 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro
35 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro
79 #define CC_HAS_RDRAND() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_RDRAND) macro
105 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro
108 #define CC_HAS_RDRAND() 0 macro