Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 40) sorted by relevance

12

/net-tools-latest/mbedtls-2.4.0/
DCMakeLists.txt19 set(WARNING_BORDER "*******************************************************\n")
20 set(NULL_ENTROPY_WARN_L1 "**** WARNING! MBEDTLS_TEST_NULL_ENTROPY defined!\n")
21 set(NULL_ENTROPY_WARN_L2 "**** THIS BUILD HAS NO DEFINED ENTROPY SOURCES\n")
22 set(NULL_ENTROPY_WARN_L3 "**** AND IS *NOT* SUITABLE FOR PRODUCTION USE\n")
24 set(NULL_ENTROPY_WARNING "${WARNING_BORDER}"
55 set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE}
66set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -W -Wdeclaration-after-statement -Wwrite-strings…
68 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wlogical-op")
71 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wshadow")
73 set(CMAKE_C_FLAGS_RELEASE "-O2")
[all …]
DREADME.md9 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
51 In any case, you'll probably want to set the yotta target before building unless it has already bee…
71 You'll still be able to run a much smaller set of tests with:
98 …the test suites, but kept the programs enabled, you can still run a much smaller set of tests with:
/net-tools-latest/mbedtls-2.4.0/library/
DCMakeLists.txt5 set(src_crypto
61 set(src_x509
73 set(src_tls
86 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes")
90set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes -Wdocumentation -W…
94 set(libs ${libs} ws2_32)
98 set(libs ${libs} pkcs11-helper)
102 set(libs ${libs} ${ZLIB_LIBRARIES})
106 set(libs ${libs} pthread)
114 set(mbedtls_static_target "mbedtls_static")
[all …]
Dentropy.c506 unsigned char set= 0xFF; in mbedtls_entropy_source_self_test_check_bits() local
512 set &= buf[i]; in mbedtls_entropy_source_self_test_check_bits()
516 return( set == 0xFF || unset == 0x00 ); in mbedtls_entropy_source_self_test_check_bits()
/net-tools-latest/mbedtls-2.4.0/programs/ssl/
DCMakeLists.txt1 set(THREADS_USE_PTHREADS_WIN32 true)
4 set(libs
8 set(targets
20 set(libs ${libs} pkcs11-helper)
24 set(libs ${libs} ${ZLIB_LIBRARIES})
57 set(targets ${targets} ssl_pthread_server)
/net-tools-latest/libcoap/doc/
DDoxyfile.in63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
96 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
103 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
138 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
139 # before files name in the file list and in the header files. If set to NO the
[all …]
/net-tools-latest/
Dzeth-tunnel.conf.stop11 ip link set ${TUNNEL_V4V4} down
12 ip link set ${TUNNEL_V4V6} down
13 ip link set ${TUNNEL_V6V6} down
14 ip link set ${TUNNEL_V6V4} down
DREADME NAT.md3 This page describes how you can set up a networking rules that allows you to run Zephyr applications
15 set up the routing and have NAT (Network Address Translation / IP masquerading) for outbound
DREADME.legacy19 set CONFIG_NETWORKING_UART=y in your configuration.
21 You might need to set the platform and ARCH like this if simple_uart
84 set CONFIG_NETWORKING_UART=y in your configuration.
86 You might need to set the platform and ARCH like this if simple_uart
/net-tools-latest/mbedtls-2.4.0/tests/
DCMakeLists.txt1 set(libs
6 set(libs ${libs} pkcs11-helper)
10 set(libs ${libs} ${ZLIB_LIBRARIES})
20 set(data_name ${ARGV1})
22 set(data_name ${suite_name})
38 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")
42 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /w") # no warnings here
114 set(command ln -s ${target} ${link})
116 set(command cmd.exe /c mklink /d ${link} ${target})
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
105 # path before files name in the file list and in the header files. If set
110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
[all …]
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
81 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
88 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
90 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
117 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
123 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
131 # path before files name in the file list and in the header files. If set
136 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
156 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
[all …]
/net-tools-latest/mbedtls-2.4.0/programs/test/
DCMakeLists.txt1 set(libs
6 set(libs ${libs} pkcs11-helper)
10 set(libs ${libs} ${ZLIB_LIBRARIES})
/net-tools-latest/mbedtls-2.4.0/programs/x509/
DCMakeLists.txt1 set(libs
6 set(libs ${libs} pkcs11-helper)
10 set(libs ${libs} ${ZLIB_LIBRARIES})
/net-tools-latest/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector018.info3 Rogier van de Pol. The length of this data set is designed to
6 test in SHA256_Final(). Whenever data set lengths were an even
Dvector017.info4 against. This test vector data set is one Rogier provided
6 that affected SHA-256/384/512 hashes where the data set length
Dvector015.info3 input data set. The input data is the string "qwerty
Dvector016.info5 his output exactly. The input data data set is the string
/net-tools-latest/libcoap/examples/
Dcoap-server.txt.in2 // vim: set syntax=asciidoc,tw=0:
58 The listening address is set to '2001:db8:81a8:0:6ef0:dead:feed:beef' and the
59 verbosity level is set to '5'.
Dcoap-rd.txt.in2 // vim: set syntax=asciidoc,tw=0:
58 The listening address is set to '2001:db8:81a8:0:6ef0:dead:feed:beef' and the
59 verbosity level is set to '5'.
/net-tools-latest/mbedtls-2.4.0/programs/util/
DCMakeLists.txt1 set(libs
/net-tools-latest/virtual-hub/
DCMakeLists.txt5 set(HEADER_FILES src/graphs.h)
DREADME.md35 - If you set 0.7 means 70% of packets will be delivered
38 QEMU pipes management mechanism. To do this we must set QEMU_PIPE_STACK
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_mpi.data708 Test bit set (Change existing value with a 1)
711 Test bit set (Change existing value with a 0)
714 Test bit set (Add above existing limbs with a 0)
717 Test bit set (Add above existing limbs with a 1)
720 Test bit set (Bit index larger than 31 with a 0)
723 Test bit set (Bit index larger than 31 with a 1)
726 Test bit set (Invalid bit value)
/net-tools-latest/libcoap/
Dconfigure.ac38 # To set the version of the library, libtool provides the -version-info #
63 # changed since the last update, increment current, and set revision to 0
77 # release, then set age to 0.
307 # set _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to enable XPG4v2 (POSIX 2004)
308 # set __EXTENSION__ to shut up feature test macros that restrict -std=c99

12