Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 39) sorted by relevance

12

/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh40 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/
Dtest_dnssd_server.py242 (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)),],
Dtest_dnssd_server_multi_border_routers.py256 (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/
Dbump_version.sh83 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
Dmaintainer.requirements.txt3 -r ci.requirements.txt
Dfootprint.sh120 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
/openthread-3.4.0/third_party/mbedtls/repo/library/
Ddebug.c140 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()
DCMakeLists.txt8 # 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/
Dmake-pretty208 | 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.gitignore5 CMakeCache.txt
21 coverage-summary.txt
/openthread-3.4.0/tools/harness-automation/
DMakefile.am35 requirements.txt \
/openthread-3.4.0/third_party/jlink/
DREADME.md13 [LICENSE](SEGGER_RTT_V640/License.txt)
/openthread-3.4.0/third_party/mbedtls/repo/programs/fuzz/
DREADME.md52 … 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.gitattributes7 *.txt text
D.gitignore33 CMakeCache.txt
/openthread-3.4.0/third_party/jlink/SEGGER_RTT_V640/
DREADME.txt1 README.txt for the SEGGER RTT Implementation Pack.
/openthread-3.4.0/tools/harness-automation/doc/
Dquickstart.rst16 pip install -r requirements.txt
/openthread-3.4.0/third_party/mbedtls/repo/configs/
DREADME.txt21 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/openthread-3.4.0/third_party/mbedtls/repo/.github/
Dpull_request_template.md2 …that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
/openthread-3.4.0/tools/harness-simulation/posix/
Dinstall.sh143 cp "${ETC_DIR}/requirements.txt" root/tmp/requirements.txt
/openthread-3.4.0/src/cli/
DREADME_SRP_CLIENT.md339 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/
Dcli.py687 service['TXT'] = [txt for txt in txt_entries if txt]
/openthread-3.4.0/tools/harness-simulation/harness/
Dinstall.bat38 %THREADDIR%\Python27\python.exe -m pip install -r requirements.txt
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh282 } | tee coverage-summary.txt
/openthread-3.4.0/tools/gerrit/
DREADME.md52 492f0c3b1 [harness-automation] update read method for TopologyConfig.txt format change (#2950)

12