Home
last modified time | relevance | path

Searched defs:CC_HAS_AESNI (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h25 #define CC_HAS_AESNI() ((cpuid_features() & CPUID_FEATURE_AES) != 0) macro
36 #define CC_HAS_AESNI() (_get_cpu_capabilities() & kHasAES) macro
73 #define CC_HAS_AESNI() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_AES) macro
82 #define CC_HAS_AESNI() __builtin_cpu_supports("aes") macro
/xnu-12377.1.9/osfmk/corecrypto/
H A Dcc_runtime_config.h49 #define CC_HAS_AESNI() ((cpuid_features() & CPUID_FEATURE_AES) != 0) macro
60 #define CC_HAS_AESNI() (_get_cpu_capabilities() & kHasAES) macro
99 #define CC_HAS_AESNI() _cpu_supports(1, 0, CPUID_REG_RCX, CPUID_FEATURE_AES) macro
108 #define CC_HAS_AESNI() __builtin_cpu_supports("aes") macro