mbedtls/scripts/data_files
Chris Jones 7439209bcc Rewrite error addition interface
The previous implementation of the error addition interface did not comply
with the invasive testing architecture guidelines. This commit fixes that
by:

- Renaming functions/macros/variables to follow the mbedtls_error_xxx or
  mbedtls_test_hook_xxx convention.

- Making mbedtls_test_hook_error_add a global variable that can be set
  by the testing code.

- Using a static inline function call, as opposed to macro, to keep
  discrepancies between debug and production version to a minimum.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
2021-04-13 15:24:25 +01:00
..
error.fmt Rewrite error addition interface 2021-04-13 15:24:25 +01:00
query_config.fmt Move the declaration of query_config() to a dedicated header file 2021-01-13 14:19:43 +01:00
rename-1.3-2.0.txt Rename identifiers containing double-underscore 2020-03-23 17:55:32 +01:00
version_features.fmt Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +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 Systematically use Windows line endings in Windows files 2020-04-01 13:42:24 +02: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 Remove definitions and settings that are never used or duplicate MSVC 2020-05-21 17:19:56 +03:00
vs2010-main-template.vcxproj Remove definitions and settings that are never used or duplicate MSVC 2020-05-21 17:19:56 +03:00
vs2010-sln-template.sln Systematically use Windows line endings in Windows files 2020-04-01 13:42:24 +02:00