Home
last modified time | relevance | path

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

12

/mbedtls/scripts/
A 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
A Dmaintainer.requirements.txt3 -r ci.requirements.txt
A Dbasic.requirements.txt5 -r driver.requirements.txt
A Dprepare_release.sh70 …ent/! s/^\( *option *( *GEN_FILES *"[^"]*" *\)\([A-Za-z0-9][A-Za-z0-9]*\)/\1'"$r/" CMakeLists.txt
A Dci.requirements.txt3 -r driver.requirements.txt
A Dfootprint.sh108 zip mbedtls-footprint.zip "$OUTFILE" size-*.txt >/dev/null
A Dlcov.sh52 gendesc tests/Descriptions.txt -o "$COVTMP/descriptions"
/mbedtls/programs/psa/
A 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/library/
A 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()
A 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.
/mbedtls/
A D.gitignore7 CMakeCache.txt
23 coverage-summary.txt
A D.readthedocs.yaml37 - requirements: docs/requirements.txt
A DCMakeLists.txt68 # CMakeLists.txt.
286 if (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/framework/CMakeLists.txt")
287 …message(FATAL_ERROR "${CMAKE_CURRENT_SOURCE_DIR}/framework/CMakeLists.txt not found. Run `git subm…
A 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 {} +
A DCONTRIBUTING.md95 …he submission under the terms of the [Developer Certificate of Origin](dco.txt), confirming that t…
/mbedtls/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/3rdparty/everest/
A DCMakeLists.txt17 # This must be duplicated from library/CMakeLists.txt because
/mbedtls/3rdparty/p256-m/
A DCMakeLists.txt15 # This must be duplicated from library/CMakeLists.txt because
/mbedtls/configs/
A DREADME.txt19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +
/mbedtls/tests/scripts/
A Dbasic-build-test.sh239 } | tee coverage-summary.txt
A Dall.sh324 -iname CMakeCache.txt -o \
1305 …m library/libmbedcrypto.a | grep ' [TRrDC] ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_def.txt
1306 nm library/libmbedcrypto.a | grep ' U ' | grep -Eo '(mbedtls_|psa_).*' | sort -u > sym_undef.txt
1307 comm sym_def.txt sym_undef.txt -13 > linking_errors.txt
1308 not grep mbedtls_ linking_errors.txt
1310 rm sym_def.txt sym_undef.txt linking_errors.txt
/mbedtls/tests/
A DCMakeLists.txt8 # the top level CMakeLists.txt.
300 link_to_source(Descriptions.txt)
A Dssl-opt.sh63 : ${EARLY_DATA_INPUT:=data_files/tls13_early_data.txt}
1827 rm -f context_srv.txt
1828 rm -f context_cli.txt
2981 rm -f context_srv.txt
2982 rm -f context_cli.txt
/mbedtls/ChangeLog.d/
A D00README.md34 A changelog entry file must have the extension `*.txt` and must have the
/mbedtls/docs/architecture/
A Dpsa-crypto-implementation-structure.md90 * [ ] `ChangeLog.d/*.txt` — changelog entry

Completed in 57 milliseconds

12