Lines Matching full:mbedtls
7 zephyr_interface_library_named(mbedTLS)
30 target_compile_definitions(mbedTLS INTERFACE
35 target_include_directories(mbedTLS INTERFACE
41 target_include_directories(mbedTLS INTERFACE
48 target_include_directories(mbedTLS INTERFACE
129 # i386 assembly code used in MBEDTLS does not compile with size optimization
132 …set_property(SOURCE ${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/library/bignum.c APPEND PROPERTY COMPILE_…
136 zephyr_library_link_libraries(mbedTLS)
184 zephyr_library_link_libraries(mbedTLS)
203 zephyr_library_link_libraries(mbedTLS)
231 mbedTLS
238 target_include_directories(mbedTLS INTERFACE
252 # MBEDTLS_IMPLEMENTATION and manually add the mbedtls library and
253 # included the required directories for mbedtls in their projects.