Searched refs:set (Results 1 – 25 of 40) sorted by relevance
12
/net-tools-latest/mbedtls-2.4.0/ |
D | CMakeLists.txt | 19 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} 66 …set(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 …]
|
D | README.md | 9 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/ |
D | CMakeLists.txt | 5 set(src_crypto 61 set(src_x509 73 set(src_tls 86 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes") 90 …set(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 …]
|
D | entropy.c | 506 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/ |
D | CMakeLists.txt | 1 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/ |
D | Doxyfile.in | 63 # 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/ |
D | zeth-tunnel.conf.stop | 11 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
|
D | README NAT.md | 3 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
|
D | README.legacy | 19 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/ |
D | CMakeLists.txt | 1 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/ |
D | Doxyfile.in | 43 # 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/ |
D | mbedtls.doxyfile | 59 # 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/ |
D | CMakeLists.txt | 1 set(libs 6 set(libs ${libs} pkcs11-helper) 10 set(libs ${libs} ${ZLIB_LIBRARIES})
|
/net-tools-latest/mbedtls-2.4.0/programs/x509/ |
D | CMakeLists.txt | 1 set(libs 6 set(libs ${libs} pkcs11-helper) 10 set(libs ${libs} ${ZLIB_LIBRARIES})
|
/net-tools-latest/tinydtls-0.8.2/sha2/testvectors/testvectors/ |
D | vector018.info | 3 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
|
D | vector017.info | 4 against. This test vector data set is one Rogier provided 6 that affected SHA-256/384/512 hashes where the data set length
|
D | vector015.info | 3 input data set. The input data is the string "qwerty
|
D | vector016.info | 5 his output exactly. The input data data set is the string
|
/net-tools-latest/libcoap/examples/ |
D | coap-server.txt.in | 2 // 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'.
|
D | coap-rd.txt.in | 2 // 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/ |
D | CMakeLists.txt | 1 set(libs
|
/net-tools-latest/virtual-hub/ |
D | CMakeLists.txt | 5 set(HEADER_FILES src/graphs.h)
|
D | README.md | 35 - 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/ |
D | test_suite_mpi.data | 708 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/ |
D | configure.ac | 38 # 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