Ronald Cron db11561352 Introduce config_adjust_test_accelerators.h
As we move to PSA_CRYPTO_CONFIG always on,
the way to configure the build with both
the builtin drivers and the transparent test
drivers (that are wrappers around the
builtin drivers) cannot be done through the
MBEDTLS_USER_CONFIG_FILE mechanism anymore.

With this mechanism and PSA_CRYPTO_CONFIG
enabled, the PSA_ACCEL_ macros are defined
before including config_adjust_legacy_from_psa.h
and the builtin implementations are removed.

Thus, we will rather define the PSA_ACCEL_
just after the inclusion of
config_adjust_legacy_from_psa.h through the
dedicated config_adjust_test_accelerators.h
header introduced by this commit.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2024-10-15 17:09:36 +02:00
..
.jenkins
configs Introduce config_adjust_test_accelerators.h 2024-10-15 17:09:36 +02:00
docker/bionic Header updates 2023-11-03 12:21:36 +00:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Misc improvements to comments 2024-09-05 10:47:45 +02:00
opt-testcases Remove "error" allowance in dtls_server 2024-10-02 11:09:20 +02:00
psa-client-server Fix failing psasim tests 2024-10-07 14:50:00 +01:00
scripts Merge pull request #9668 from gilles-peskine-arm/analyze_outcome-split-dev 2024-10-10 13:45:49 +00:00
src Move PSA drivers to drivers/builtin/src 2024-10-01 15:32:01 +02:00
suites Move version tests from tf-psa-crypto/test/suite to test/suites 2024-10-04 13:37:42 +01:00
.gitignore Automatically generate tests/opt-testcases/tls13-compat.sh 2024-09-24 18:59:31 +02:00
CMakeLists.txt cmake: Add MBEDTLS_FRAMEWORK_DIR 2024-10-01 15:32:01 +02:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Replace data_files path with variable in compat.sh 2024-07-05 15:49:28 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-05 15:49:05 +01:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Merge pull request #9558 from gilles-peskine-arm/run-test-suites-on-subproject 2024-09-28 08:31:30 +00:00
ssl-opt-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
ssl-opt.sh Skip ssl_server in config-suite-b 2024-09-25 18:05:18 +02:00