Lines Matching full:mbedcrypto
76 ############################### MBEDCRYPTO #####################################
109 set(LIB_INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto/install)
115 # Mbedcrypto in Debug builds uses too much memory. As a compromise, if `Debug` build type
116 # is selected mbedcrypto will build under `RelWithDebInfo` which preserves debug
120 add_subdirectory(${MBEDCRYPTO_PATH} ${CMAKE_CURRENT_BINARY_DIR}/mbedcrypto EXCLUDE_FROM_ALL)
123 if(NOT TARGET ${MBEDTLS_TARGET_PREFIX}mbedcrypto)
124 …TLS_TARGET_PREFIX}mbedcrypto does not exist. Have the patches in ${CMAKE_SOURCE_DIR}/lib/ext/mbedc…
125 …mand might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")
128 target_link_libraries(${MBEDTLS_TARGET_PREFIX}mbedcrypto
135 ${MBEDTLS_TARGET_PREFIX}mbedcrypto
138 target_include_directories(${MBEDTLS_TARGET_PREFIX}mbedcrypto
143 target_compile_options(${MBEDTLS_TARGET_PREFIX}mbedcrypto
160 …Have the patch ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/0002-Enable-crypto-code-sharing-between-inde…
161 been applied to the mbedcrypto repo at ${MBEDCRYPTO_PATH}?
162 …mand might be `cd ${MBEDCRYPTO_PATH} && git apply ${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/*.patch`")