Searched refs:txt (Results 1 – 25 of 26) sorted by relevance
12
/mbedtls-latest/scripts/ |
D | bump_version.sh | 73 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
|
D | maintainer.requirements.txt | 3 -r ci.requirements.txt
|
D | basic.requirements.txt | 5 -r driver.requirements.txt
|
D | prepare_release.sh | 70 …ent/! s/^\( *option *( *GEN_FILES *"[^"]*" *\)\([A-Za-z0-9][A-Za-z0-9]*\)/\1'"$r/" CMakeLists.txt
|
D | ci.requirements.txt | 3 -r driver.requirements.txt
|
D | footprint.sh | 108 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
|
D | lcov.sh | 58 gendesc tests/Descriptions.txt -o "$COVTMP/descriptions"
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.sh | 27 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/ |
D | debug.c | 120 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()
|
D | CMakeLists.txt | 8 # 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 | .gitignore | 10 CMakeCache.txt 26 coverage-summary.txt
|
D | README.md | 15 …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 {} +
|
D | CONTRIBUTING.md | 95 …he submission under the terms of the [Developer Certificate of Origin](dco.txt), confirming that t…
|
D | CMakeLists.txt | 72 # CMakeLists.txt.
|
/mbedtls-latest/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`
|
/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 65 …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
|
D | basic-build-test.sh | 235 } | tee coverage-summary.txt
|
D | all.sh | 336 -iname CMakeCache.txt -o \
|
/mbedtls-latest/3rdparty/p256-m/ |
D | CMakeLists.txt | 15 # This must be duplicated from library/CMakeLists.txt because
|
/mbedtls-latest/3rdparty/everest/ |
D | CMakeLists.txt | 17 # This must be duplicated from library/CMakeLists.txt because
|
/mbedtls-latest/configs/ |
D | README.txt | 19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 8 # the top level CMakeLists.txt. 351 link_to_source(Descriptions.txt)
|
D | ssl-opt.sh | 1872 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/ |
D | 00README.md | 34 A changelog entry file must have the extension `*.txt` and must have the
|
/mbedtls-latest/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 90 * [ ] `ChangeLog.d/*.txt` — changelog entry
|
12