Home
last modified time | relevance | path

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

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dbump_version.sh73 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < CMakeLists.txt > tmp
74 mv tmp CMakeLists.txt
77 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
78 mv tmp library/CMakeLists.txt
83 …sed -e "/mbedcrypto/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_CRYPTO/g" < library/CMakeLists.txt > …
84 mv tmp library/CMakeLists.txt
94 sed -e "/mbedx509/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_X509/g" < library/CMakeLists.txt > tmp
95 mv tmp library/CMakeLists.txt
105 sed -e "/mbedtls/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_TLS/g" < library/CMakeLists.txt > tmp
106 mv tmp library/CMakeLists.txt
Dmaintainer.requirements.txt3 -r ci.requirements.txt
Dbasic.requirements.txt5 -r driver.requirements.txt
Dprepare_release.sh70 …ent/! s/^\( *option *( *GEN_FILES *"[^"]*" *\)\([A-Za-z0-9][A-Za-z0-9]*\)/\1'"$r/" CMakeLists.txt
Dci.requirements.txt3 -r driver.requirements.txt
Dfootprint.sh108 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
Dlcov.sh52 gendesc tests/Descriptions.txt -o "$COVTMP/descriptions"
/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_dnssd_server.py232 (dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
233 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),
252 … 'ADDITIONAL': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
253 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
260 … 'ANSWER': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
261 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
Dtest_dnssd_server_multi_border_routers.py311 (dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
312 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),
331 … 'ADDITIONAL': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
332 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
339 … 'ANSWER': [(dp_instance_name, 'IN', 'TXT', lambda txt: (isinstance(txt, dict) and txt.get(
340 'nn') == network_name and 'xp' in txt and 'tv' in txt and 'xa' in txt)),],
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh27 echo "Here is some input. See it wrapped." >input.txt
30 input=input.txt output=hello_world.wrap
35 input=hello_world.wrap output=hello_world.txt
37 cmp input.txt hello_world.txt
41 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
49 input=hello_world.wrap output=hello_world.txt
/openthread-latest/third_party/mbedtls/repo/library/
Ddebug.c120 char txt[17]; in mbedtls_debug_print_buf() local
135 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf()
143 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf()
147 memset(txt, 0, sizeof(txt)); in mbedtls_debug_print_buf()
157 txt[i % 16] = (buf[i] > 31 && buf[i] < 127) ? buf[i] : '.'; in mbedtls_debug_print_buf()
165 mbedtls_snprintf(str + idx, sizeof(str) - idx, " %s\n", txt); in mbedtls_debug_print_buf()
DCMakeLists.txt8 # including the top level CMakeLists.txt.
324 # declared by /3rdparty/**/CMakeLists.txt. Include private header files
325 # from /library and others declared by /3rdparty/**/CMakeLists.txt.
/openthread-latest/third_party/mbedtls/repo/framework/
D.gitignore2 CMakeCache.txt
18 coverage-summary.txt
/openthread-latest/third_party/mbedtls/repo/
D.gitignore7 CMakeCache.txt
23 coverage-summary.txt
/openthread-latest/
D.gitattributes7 *.txt text
D.gitignore23 CMakeCache.txt
/openthread-latest/third_party/jlink/
DREADME.md13 [LICENSE](SEGGER_RTT_V640/License.txt)
/openthread-latest/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-latest/third_party/mbedtls/repo/3rdparty/everest/
DCMakeLists.txt17 # This must be duplicated from library/CMakeLists.txt because
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/
DCMakeLists.txt15 # This must be duplicated from library/CMakeLists.txt because
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/
DREADME.txt1 README.txt for the SEGGER RTT Implementation Pack.
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/openthread-latest/tools/harness-automation/doc/
Dquickstart.rst16 pip install -r requirements.txt
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh143 cp "${ETC_DIR}/requirements.txt" root/tmp/requirements.txt
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh239 } | tee coverage-summary.txt

12