Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h24 #define CC_HAS_AESNI() ((cpuid_features() & CPUID_FEATURE_AES) != 0) macro
35 #define CC_HAS_AESNI() (_get_cpu_capabilities() & kHasAES) macro
45 #define CC_HAS_AESNI() 0 macro
54 #define CC_HAS_AESNI() __builtin_cpu_supports("aes") macro