Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Decc.c427 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_DSA)) in crypto_asym_alloc_ecc_keypair()
434 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_PKE)) in crypto_asym_alloc_ecc_keypair()
441 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_KEP)) in crypto_asym_alloc_ecc_keypair()
505 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_DSA)) in crypto_asym_alloc_ecc_public_key()
512 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_PKE)) in crypto_asym_alloc_ecc_public_key()
519 if (!IS_ENABLED2(_CFG_CORE_LTC_SM2_KEP)) in crypto_asym_alloc_ecc_public_key()
/optee_os/lib/libutils/ext/include/
H A Dconfig.h36 #define IS_ENABLED2(config_macro) IS_ENABLED(config_macro) macro
/optee_os/core/pta/
H A Dscmi.c19 if (IS_ENABLED2(_CFG_SCMI_PTA_SMT_HEADER)) in supported_caps()
22 if (IS_ENABLED2(_CFG_SCMI_PTA_MSG_HEADER)) in supported_caps()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c575 if (IS_ENABLED2(ENABLE_MDBG)) { in mem_alloc_unlocked()
589 if (IS_ENABLED2(ENABLE_MDBG) && ptr) { in mem_alloc_unlocked()
630 if (IS_ENABLED2(ENABLE_MDBG) && ptr) { in free_flags()
647 if (IS_ENABLED2(ENABLE_MDBG)) { in get_payload_start_size()
/optee_os/core/kernel/
H A Ddt.c925 if (IS_ENABLED2(_CFG_USE_DTB_OVERLAY)) { in add_res_mem_dt_node()