Lines Matching refs:list
8 list(APPEND priv_requires esp_pm)
16 list(APPEND mbedtls_include_dirs "port/mbedtls_rom")
20 list(APPEND mbedtls_srcs "esp_crt_bundle/esp_crt_bundle.c")
21 list(APPEND mbedtls_include_dirs "esp_crt_bundle/include")
46 list(APPEND crt_paths ${DEFAULT_CRT_DIR}/cacrt_all.pem ${DEFAULT_CRT_DIR}/cacrt_local.pem)
48 list(APPEND crt_paths ${DEFAULT_CRT_DIR}/cacrt_all.pem ${DEFAULT_CRT_DIR}/cacrt_local.pem)
49 list(APPEND args --filter ${DEFAULT_CRT_DIR}/cmn_crt_authorities.csv)
55 list(APPEND crt_paths ${custom_bundle_path})
58 list(APPEND args --input ${crt_paths} -q)
96 list(APPEND include_dirs "${COMPONENT_DIR}/esp_crt_bundle/include")
111 list(REMOVE_ITEM src_tls net_sockets.c)
116 list(REMOVE_ITEM src_tls ssl_ciphersuites.c ssl_cli.c ssl_tls.c)
120 list(REMOVE_ITEM src_crypto cipher_wrap.c ecdsa.c ecp.c ecp_curves.c oid.c pk_wrap.c)
124 list(REMOVE_ITEM src_x509 x509_crt.c)
131 list(APPEND mbedtls_targets everest p256m)
158 list(APPEND mbedtls_target_sources "${COMPONENT_DIR}/port/net_sockets.c")