Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h23 #define CC_HAS_RDRAND() ((cpuid_features() & CPUID_FEATURE_RDRAND) != 0) macro
34 #define CC_HAS_RDRAND() (_get_cpu_capabilities() & kHasRDRAND) macro
51 #define CC_HAS_RDRAND() 0 macro
78 #define CC_HAS_RDRAND() _cpu_supports_rdrand() macro
81 #define CC_HAS_RDRAND() 0 macro