Home
last modified time | relevance | path

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

12

/mbedtls-latest/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.sh58 gendesc tests/Descriptions.txt -o "$COVTMP/descriptions"
/mbedtls-latest/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
/mbedtls-latest/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.
326 # declared by /3rdparty/**/CMakeLists.txt. Include private header files
327 # from /library and others declared by /3rdparty/**/CMakeLists.txt.
/mbedtls-latest/
D.gitignore10 CMakeCache.txt
26 coverage-summary.txt
DREADME.md15 …ecific use cases in the `configs/` directory. You can read more about those in `configs/README.txt`
70 python3 -m pip install --user -r scripts/basic.requirements.txt
182 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
DCONTRIBUTING.md95 …he submission under the terms of the [Developer Certificate of Origin](dco.txt), confirming that t…
DCMakeLists.txt72 # CMakeLists.txt.
/mbedtls-latest/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`
/mbedtls-latest/tests/scripts/
Dcomponents-configuration-crypto.sh65 …m library/libmbedcrypto.a | grep ' [TRrDC] ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_def.txt
66 nm library/libmbedcrypto.a | grep ' U ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_undef.txt
67 comm sym_def.txt sym_undef.txt -13 > linking_errors.txt
68 not grep mbedtls_ linking_errors.txt
70 rm sym_def.txt sym_undef.txt linking_errors.txt
Dbasic-build-test.sh235 } | tee coverage-summary.txt
Dall.sh336 -iname CMakeCache.txt -o \
/mbedtls-latest/3rdparty/p256-m/
DCMakeLists.txt15 # This must be duplicated from library/CMakeLists.txt because
/mbedtls-latest/3rdparty/everest/
DCMakeLists.txt17 # This must be duplicated from library/CMakeLists.txt because
/mbedtls-latest/configs/
DREADME.txt19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/mbedtls-latest/tests/
DCMakeLists.txt8 # the top level CMakeLists.txt.
351 link_to_source(Descriptions.txt)
Dssl-opt.sh1872 rm -f context_srv.txt
1873 rm -f context_cli.txt
3036 rm -f context_srv.txt
3037 rm -f context_cli.txt
/mbedtls-latest/ChangeLog.d/
D00README.md34 A changelog entry file must have the extension `*.txt` and must have the
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md90 * [ ] `ChangeLog.d/*.txt` — changelog entry

12