Home
last modified time | relevance | path

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

/mbedtls-development/scripts/
A Dbump_version.sh85 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < CMakeLists.txt > tmp
86 mv tmp CMakeLists.txt
89 sed -e "s/ VERSION [0-9.]\{1,\}/ VERSION $VERSION/g" < library/CMakeLists.txt > tmp
90 mv tmp library/CMakeLists.txt
95 …sed -e "/mbedcrypto/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_CRYPTO/g" < library/CMakeLists.txt > …
96 mv tmp library/CMakeLists.txt
106 sed -e "/mbedx509/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_X509/g" < library/CMakeLists.txt > tmp
107 mv tmp library/CMakeLists.txt
117 sed -e "/mbedtls/ s/ SOVERSION [0-9]\{1,\}/ SOVERSION $SO_TLS/g" < library/CMakeLists.txt > tmp
118 mv tmp library/CMakeLists.txt
A Dfootprint.sh120 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
/mbedtls-development/programs/psa/
A 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
/mbedtls-development/library/
A 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()
A DCMakeLists.txt8 # including the top level CMakeLists.txt.
250 # declared by /3rdparty/**/CMakeLists.txt. Include private header files
251 # from /library and others declared by /3rdparty/**/CMakeLists.txt.
/mbedtls-development/
A D.gitignore5 CMakeCache.txt
21 coverage-summary.txt
A DMakefile153 gendesc tests/Descriptions.txt -o descriptions
A DCONTRIBUTING.md23 …ution is made under the terms of the [Developer Certificate of Origin](dco.txt). The contribution …
A DREADME.md15 …ecific use cases in the `configs/` directory. You can read more about those in `configs/README.txt`
172 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
A DCMakeLists.txt304 COMMAND gendesc tests/Descriptions.txt -o descriptions
A DChangeLog2931 provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt
4588 * Rewrote README.txt in program/ssl/ca to better explain
/mbedtls-development/programs/fuzz/
A 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`
/mbedtls-development/configs/
A DREADME.txt19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/mbedtls-development/.github/
A Dpull_request_template.md2 …that the contribution is made under the terms of the [Developer Certificate of Origin](../dco.txt).
/mbedtls-development/tests/scripts/
A Dbasic-build-test.sh278 } | tee coverage-summary.txt
A Dall.sh295 -iname CMakeCache.txt -o \
/mbedtls-development/ChangeLog.d/
A D00README.md31 A changelog entry file must have the extension `*.txt` and must have the
/mbedtls-development/tests/
A DCMakeLists.txt7 # the top level CMakeLists.txt.
A Dssl-opt.sh1290 rm -f context_srv.txt
1291 rm -f context_cli.txt
1961 rm -f context_srv.txt
1962 rm -f context_cli.txt

Completed in 29 milliseconds