/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.sh | 40 echo "Here is some input. See it wrapped." >input.txt 43 input=input.txt output=hello_world.wrap 48 input=hello_world.wrap output=hello_world.txt 50 cmp input.txt hello_world.txt 54 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab… 62 input=hello_world.wrap output=hello_world.txt
|
/openthread-3.4.0/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_server.py | 242 (dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 243 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)), 262 … 'ADDITIONAL': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 263 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),], 270 … 'ANSWER': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 271 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
|
D | test_dnssd_server_multi_border_routers.py | 256 (dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 257 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)), 276 … 'ADDITIONAL': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 277 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),], 284 … 'ANSWER': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get( 285 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/ |
D | bump_version.sh | 83 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp 84 mv tmp library/CMakeLists.txt 89 …sed -e "/mbedcrypto/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_CRYPTO/g" < library/CMakeLists.txt > … 90 mv tmp library/CMakeLists.txt 100 sed -e "/mbedx509/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_X509/g" < library/CMakeLists.txt > tmp 101 mv tmp library/CMakeLists.txt 111 sed -e "/mbedtls/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_TLS/g" < library/CMakeLists.txt > tmp 112 mv tmp library/CMakeLists.txt
|
D | maintainer.requirements.txt | 3 -r ci.requirements.txt
|
D | footprint.sh | 120 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | debug.c | 140 char txt[17]; in mbedtls_debug_print_buf() local 157 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 167 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf() 171 memset( txt, 0, sizeof( txt ) ); in mbedtls_debug_print_buf() 181 txt[i % 16] = ( buf[i] > 31 && buf[i] < 127 ) ? buf[i] : '.' ; in mbedtls_debug_print_buf() 189 mbedtls_snprintf( str + idx, sizeof( str ) - idx, " %s\n", txt ); in mbedtls_debug_print_buf()
|
D | CMakeLists.txt | 8 # including the top level CMakeLists.txt. 220 # declared by /3rdparty/**/CMakeLists.txt. Include private header files 221 # from /library and others declared by /3rdparty/**/CMakeLists.txt.
|
/openthread-3.4.0/script/ |
D | make-pretty | 208 | grep -v -E "third_party" >output.txt 209 if grep -q "warning: \|error: " output.txt; then 212 grep --color -E 'warning: |error: ' -A 5 output.txt
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | .gitignore | 5 CMakeCache.txt 21 coverage-summary.txt
|
/openthread-3.4.0/tools/harness-automation/ |
D | Makefile.am | 35 requirements.txt \
|
/openthread-3.4.0/third_party/jlink/ |
D | README.md | 13 [LICENSE](SEGGER_RTT_V640/License.txt)
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 52 … for instance with tshark : `tshark -Tfields -e tcp.dstport -e tcp.payload -r test.pcap > test.txt` 53 …hon script to output either client or server corpus file like `python dummy.py test.txt > test.cor`
|
/openthread-3.4.0/ |
D | .gitattributes | 7 *.txt text
|
D | .gitignore | 33 CMakeCache.txt
|
/openthread-3.4.0/third_party/jlink/SEGGER_RTT_V640/ |
D | README.txt | 1 README.txt for the SEGGER RTT Implementation Pack.
|
/openthread-3.4.0/tools/harness-automation/doc/ |
D | quickstart.rst | 16 pip install -r requirements.txt
|
/openthread-3.4.0/third_party/mbedtls/repo/configs/ |
D | README.txt | 21 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
/openthread-3.4.0/third_party/mbedtls/repo/.github/ |
D | pull_request_template.md | 2 …that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
|
/openthread-3.4.0/tools/harness-simulation/posix/ |
D | install.sh | 143 cp "${ETC_DIR}/requirements.txt" root/tmp/requirements.txt
|
/openthread-3.4.0/src/cli/ |
D | README_SRP_CLIENT.md | 339 Usage: `srp client service add <instancename> <servicename> <port> [priority] [weight] [txt]` 341 Add a service with a given instance name, service name, port number, priority, weight and txt value… 345 The priority and weight are optional and if not provided zero will be used. The txt should follow h…
|
/openthread-3.4.0/tests/toranj/cli/ |
D | cli.py | 687 service['TXT'] = [txt for txt in txt_entries if txt]
|
/openthread-3.4.0/tools/harness-simulation/harness/ |
D | install.bat | 38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | basic-build-test.sh | 282 } | tee coverage-summary.txt
|
/openthread-3.4.0/tools/gerrit/ |
D | README.md | 52 492f0c3b1 [harness-automation] update read method for TopologyConfig.txt format change (#2950)
|