mbedtls/scripts/data_files
Manuel Pégourié-Gonnard 7a346b866c Replace memset() with mbedtls_platform_memset()
Steps:

1. sed -i 's/\bmemset(\([^)]\)/mbedtls_platform_memset(\1/g' library/*.c tinycrypt/*.c include/mbedtls/*.h scripts/data_files/*.fmt

2. Manually edit library/platform_util.c to revert to memset() in the
implementations of mbedtls_platform_memset() and mbedtls_platform_memcpy()

3. egrep -n '\<memset\>' library/*.c include/mbedtls/*.h tinycrypt/*.c
The remaining occurrences are in three categories:
    a. From point 2 above.
    b. In comments.
    c. In the initialisation of memset_func, to be changed in a future commit.
2019-10-22 10:03:07 +02:00
..
error.fmt Replace memset() with mbedtls_platform_memset() 2019-10-22 10:03:07 +02:00
query_config.fmt Fix check-generated-files.sh failure with query_config 2019-02-07 10:32:31 +00:00
rename-1.3-2.0.txt Fix redefinition of macro ssl_set_bio 2016-12-07 10:27:00 +00:00
version_features.fmt Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
vs6-app-template.dsp Add missing VS project files, generated by script 2013-09-18 14:34:33 +02:00
vs6-main-template.dsp Rename in visual C script and templates 2015-01-26 16:44:38 +00:00
vs6-workspace-template.dsw Add VS6 workspace to update-vs-apps.pl 2014-05-22 13:52:50 +02:00
vs2010-app-template.vcxproj windows: Fix Release x64 configuration 2019-06-20 16:34:22 +01:00
vs2010-main-template.vcxproj Fix Visual Studio template files 2017-03-01 22:32:28 +00:00
vs2010-sln-template.sln Rename in visual C script and templates 2015-01-26 16:44:38 +00:00