Home
last modified time | relevance | path

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

/xnu-10063.141.1/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h336 #define CC_USE_ASM 0 macro
407 #define CC_USE_ASM 1 macro
412 #if !defined(CC_USE_ASM)
414 #define CC_USE_ASM 0 macro
416 #define CC_USE_ASM 1 macro
443 #if CC_ARM_ARCH_7 && defined(__clang__) && CC_USE_ASM
490 #elif defined(__arm64__) && defined(__clang__) && CC_USE_ASM
522 #elif (defined(__x86_64__) || defined(__i386__)) && defined(__clang__) && CC_USE_ASM
/xnu-10063.141.1/osfmk/corecrypto/
H A Dccsha256_di.c46 #if CC_USE_ASM && CCSHA2_VNG_INTEL in ccsha256_di()
62 #elif CC_USE_ASM && CCSHA2_VNG_ARM in ccsha256_di()
H A Dccsha256_ltc_di.c41 #if !CC_KERNEL || !CC_USE_ASM
H A Dccsha256_ltc_compress.c54 #if !CC_KERNEL || !CC_USE_ASM