mbedtls/tests/include/test/drivers
Valerio Setti 6ef82ae39d test_suite_psa_crypto_driver_wrappers: improving driver access counters
When AES_C is not defined CTR_DRBG relies on PSA to get AES-ECB. This
means that, when AES-ECB is accelerated, each random operation goes through
driver access as well. This might result in unexpectedly increased
counters for driver's access.
We add extra counters in test_driver_[cipher/key_management].c to be
more specific on which driver functions are accessed and ignore
extra accesses due to CTR_DRBG.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2023-12-04 11:04:42 +01:00
..
aead.h update headers 2023-11-02 19:47:20 +00:00
asymmetric_encryption.h update headers 2023-11-02 19:47:20 +00:00
cipher.h test_suite_psa_crypto_driver_wrappers: improving driver access counters 2023-12-04 11:04:42 +01:00
config_test_driver.h update headers 2023-11-02 19:47:20 +00:00
crypto_config_test_driver_extension.h test_driver_extension: fix acceleration support for CCM and CCM* 2023-11-15 09:18:14 +01:00
hash.h update headers 2023-11-02 19:47:20 +00:00
key_agreement.h update headers 2023-11-02 19:47:20 +00:00
key_management.h test_suite_psa_crypto_driver_wrappers: improving driver access counters 2023-12-04 11:04:42 +01:00
mac.h update headers 2023-11-02 19:47:20 +00:00
pake.h update headers 2023-11-02 19:47:20 +00:00
signature.h update headers 2023-11-02 19:47:20 +00:00
test_driver.h update headers 2023-11-02 19:47:20 +00:00