Lines Matching refs:PRIVATE

151     target_compile_options(mbedcrypto PRIVATE "-Wno-unreachable-code")
164 target_sources(mbedtls PRIVATE ${mbedtls_target_sources})
187 target_include_directories(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/sha/dma/include")
195 target_sources(mbedcrypto PRIVATE "${SHA_DMA_SRCS}")
206 target_include_directories(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/aes/dma/include")
207 target_sources(mbedcrypto PRIVATE "${AES_DMA_SRCS}")
211 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/esp_hardware.c"
217 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/aes/esp_aes_xts.c"
224 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/sha/esp_sha.c"
231 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/esp_ds/esp_rsa_sign_alt.c")
242 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/esp_bignum.c"
248 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/sha/${SHA_PERIPHERAL_TYPE}/esp_sha1.c"
255 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/aes/esp_aes_gcm.c")
259 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/ecc/esp_ecc.c"
264 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/ecdsa/ecdsa_alt.c")
282 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/md/esp_md.c")
286 target_sources(mbedcrypto PRIVATE "${COMPONENT_DIR}/port/mbedtls_rom/mbedtls_rom_osi.c")
287 target_link_libraries(${COMPONENT_LIB} PRIVATE "-u mbedtls_rom_osi_functions_init")
315 target_link_libraries(mbedcrypto PRIVATE idf::esp_pm)
319 target_link_libraries(mbedcrypto PRIVATE idf::efuse)
334 target_link_libraries(mbedcrypto PRIVATE ${lib_name})
344 idf_component_optional_requires(PRIVATE espressif__esp-cryptoauthlib esp-cryptoauthlib)