Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h20 #define CC_HAS_DIT() (0) macro
124 #define CC_HAS_DIT() (cc_dit_supported()) macro
144 #define CC_HAS_DIT() _cpu_supports(kHasFeatDIT) macro
148 #define CC_HAS_DIT() (0) macro
/xnu-12377.41.6/osfmk/corecrypto/
H A Dcc_runtime_config.h44 #define CC_HAS_DIT() (0) macro
152 #define CC_HAS_DIT() (cc_dit_supported()) macro
173 #define CC_HAS_DIT() _cpu_supports(kHasFeatDIT) macro
177 #define CC_HAS_DIT() (0) macro
H A Dcc_dit.c48 if (!CC_HAS_DIT()) { in cc_disable_dit()
H A Dcc_internal.h88 if (!CC_HAS_DIT()) { in cc_enable_dit()