Home
last modified time | relevance | path

Searched refs:mbedtls_test (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/mbedtls/
H A DMakefile14 programs: lib mbedtls_test
20 tests: lib mbedtls_test
23 mbedtls_test: target
24 $(MAKE) -C tests mbedtls_test
H A DCMakeLists.txt287 # Thus the below definition of the `mbedtls_test` CMake library of objects
295 add_library(mbedtls_test OBJECT ${MBEDTLS_TEST_FILES}) target
296 target_include_directories(mbedtls_test
312 target_compile_definitions(mbedtls_test
318 target_compile_definitions(mbedtls_test
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DMakefile28 programs: lib mbedtls_test
34 tests: lib mbedtls_test
37 mbedtls_test: target
38 $(MAKE) -C tests mbedtls_test
H A DCMakeLists.txt309 # Thus the below definition of the `mbedtls_test` CMake library of objects
317 add_library(mbedtls_test OBJECT ${MBEDTLS_TEST_FILES}) target
318 target_include_directories(mbedtls_test
323 set_target_properties(mbedtls_test PROPERTIES C_STANDARD 11)
336 target_compile_definitions(mbedtls_test
342 target_compile_definitions(mbedtls_test
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A DCMakeLists.txt7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
34 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/pkey/
H A DCMakeLists.txt7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
34 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/ssl/
H A DCMakeLists.txt40 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>
54 add_executable(ssl_pthread_server ssl_pthread_server.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A DCMakeLists.txt39 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>
53 add_executable(ssl_pthread_server ssl_pthread_server.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/aes/
H A DCMakeLists.txt6 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/cipher/
H A DCMakeLists.txt6 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/aes/
H A DCMakeLists.txt6 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/random/
H A DCMakeLists.txt7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/cipher/
H A DCMakeLists.txt6 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/hash/
H A DCMakeLists.txt8 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/random/
H A DCMakeLists.txt7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/hash/
H A DCMakeLists.txt8 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/util/
H A DCMakeLists.txt11 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/util/
H A DCMakeLists.txt11 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A DCMakeLists.txt15 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/x509/
H A DCMakeLists.txt15 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A DCMakeLists.txt30 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A DCMakeLists.txt29 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A DCMakeLists.txt28 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/psa/
H A DCMakeLists.txt29 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/aosp_15_r20/external/mbedtls/programs/test/
H A DCMakeLists.txt72 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>

12