Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 33) sorted by relevance

12

/net-tools-2.7.6/mbedtls-2.4.0/tests/scripts/
Dall.sh175 if ! git diff-files --quiet include/mbedtls/config.h; then
274 scripts/config.pl set MBEDTLS_SSL_PROTO_SSL3
291 scripts/config.pl full
292 scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
324 scripts/config.pl full
325 scripts/config.pl unset MBEDTLS_PLATFORM_C
326 scripts/config.pl unset MBEDTLS_PLATFORM_MEMORY
327 scripts/config.pl unset MBEDTLS_PLATFORM_PRINTF_ALT
328 scripts/config.pl unset MBEDTLS_PLATFORM_FPRINTF_ALT
329 scripts/config.pl unset MBEDTLS_PLATFORM_SNPRINTF_ALT
[all …]
Dlist-symbols.sh15 cp include/mbedtls/config.h include/mbedtls/config.h.bak
16 scripts/config.pl full
18 mv include/mbedtls/config.h.bak include/mbedtls/config.h
Dbasic-build-test.sh69 scripts/config.pl full
70 scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE
/net-tools-2.7.6/
Dnet-setup.sh19 $0 [--config|-c <file>] [--iface|-i <interface>] [start|up] [stop|down]
29 $ net-setup.sh --config zeth-vlan.conf
30 $ net-setup.sh --config my-own-config.conf --iface foobar
41 $ net-setup.sh --config my-own-config.conf up
43 $ net-setup.sh --config my-own-config.conf down
48 $ net-setup.sh --config my-own-config.conf --iface foo user bar
72 --config|-c)
DREADME.md30 In the Qemu side, you need to compile the kernel with proper config.
31 Minimally you need these settings active in your project config file.
62 If building with CONFIG_NET_TCP=y in your project config file, it's possible
91 $ net-setup.sh --config zeth-vlan.conf
94 $ net-setup.sh --config my-own-config.conf --iface foobar
107 $ net-setup.sh --config my-own-config.conf up
109 $ net-setup.sh --config my-own-config.conf down
115 $ net-setup.sh --config my-own-config.conf --iface foo user bar
D.gitignore26 libcoap/config.*
81 tinydtls-0.8.2/config.log
105 tinydtls-0.8.2/config.status
DREADME.docker10 ./net-setup.sh --config docker.conf
15 in docker.config above, default is 'net-tools0'. The bridge network that
DMakefile48 GLIB=`pkg-config --cflags --libs glib-2.0`
/net-tools-2.7.6/mbedtls-2.4.0/scripts/
Dfootprint.sh66 scripts/config.pl unset MBEDTLS_NET_C || true
67 scripts/config.pl unset MBEDTLS_TIMING_C || true
68 scripts/config.pl unset MBEDTLS_FS_IO || true
69 scripts/config.pl --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
108 doit default include/mbedtls/config.h
109 doit yotta yotta/module/mbedtls/config.h
110 doit thread configs/config-thread.h
111 doit suite-b configs/config-suite-b.h
112 doit psk configs/config-ccm-psk-tls1_2.h
Decc-heap.sh62 scripts/config.pl set MBEDTLS_ECP_WINDOW_SIZE $W
63 scripts/config.pl set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
Dmemory.sh48 cp configs/config-$NAME.h $CONFIG_H
49 scripts/config.pl unset MBEDTLS_SSL_SRV_C
52 scripts/config.pl unset $FLAG
Dapidoc_full.sh22 scripts/config.pl realfull
/net-tools-2.7.6/libcoap/scripts/
Dbuild.sh7 config() { function
13 contiki) config "--disable-tests --disable-documentation --disable-examples" && \
16 lwip) config "--disable-tests --disable-documentation --disable-examples" && \
19 posix|*) config "$WITH_TESTS --enable-documentation --enable-examples" && \
/net-tools-2.7.6/mbedtls-2.4.0/yotta/
Dcreate-module.sh31 data/adjust-config.sh $TREE/scripts/config.pl $TMP/mbedtls/config.h
/net-tools-2.7.6/tinydtls-0.8.2/
Ddtls.c533 static void dtls_debug_keyblock(dtls_security_parameters_t *config) in dtls_debug_keyblock() argument
535 dtls_debug("key_block (%d bytes):\n", dtls_kb_size(config, peer->role)); in dtls_debug_keyblock()
537 dtls_kb_client_mac_secret(config, peer->role), in dtls_debug_keyblock()
538 dtls_kb_mac_secret_size(config, peer->role)); in dtls_debug_keyblock()
541 dtls_kb_server_mac_secret(config, peer->role), in dtls_debug_keyblock()
542 dtls_kb_mac_secret_size(config, peer->role)); in dtls_debug_keyblock()
545 dtls_kb_client_write_key(config, peer->role), in dtls_debug_keyblock()
546 dtls_kb_key_size(config, peer->role)); in dtls_debug_keyblock()
549 dtls_kb_server_write_key(config, peer->role), in dtls_debug_keyblock()
550 dtls_kb_key_size(config, peer->role)); in dtls_debug_keyblock()
[all …]
DMakefile.in132 autom4te.cache/ config.h config.log config.status configure \
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/
DREADME.md37 …ilable in the fully documented [config.h file](https://github.com/ARMmbed/mbedtls/blob/development…
39 …ttabuild.org/reference/config.html). The file's name should be in your `config.json` file, under m…
41 …e and disable the CBC cipher mode, you can create a file named `mbedtls-config-changes.h` in the …
48 And then create a file named `config.json` at the root of your application with the following conte…
52 "user-config-file": "\"myapp/mbedtls-config-changes.h\""
73 * The mbed OS edition has a smaller set of features enabled by default in `config.h`, in order to r…
/net-tools-2.7.6/mbedtls-2.4.0/configs/
DREADME.txt7 These files are complete replacements for the default config.h. To use one of
10 1. Replace the default file include/mbedtls/config.h with the chosen one.
/net-tools-2.7.6/mbedtls-2.4.0/programs/ssl/
Dssl_pthread_server.c110 const mbedtls_ssl_config *config; member
139 if( ( ret = mbedtls_ssl_setup( &ssl, thread_info->config ) ) != 0 ) in handle_ssl_connection()
353 base_info.config = &conf; in main()
/net-tools-2.7.6/libcoap/
D.gitignore12 config.*
DTODO32 -> Adding additional config options (like --with-pdu-size)
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Dversion_features.fmt23 #include "mbedtls/config.h"
Derror.fmt23 #include "mbedtls/config.h"
/net-tools-2.7.6/mbedtls-2.4.0/
DCMakeLists.txt34 …D ${PERL_EXECUTABLE} ${CMAKE_SOURCE_DIR}/scripts/config.pl -f ${CMAKE_SOURCE_DIR}/include/mbedtls/
DMakefile68 -scripts/config.pl get MBEDTLS_TEST_NULL_ENTROPY && ([ $$? -eq 0 ]) && \

12