Home
last modified time | relevance | path

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

/xnu-11417.101.15/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
H A Dccmode_gcm_mult_h.c50 if (!(CC_HAS_AESNI() && CC_HAS_SupplementalSSE3())) { in ccmode_gcm_mult_h()
/xnu-11417.101.15/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