mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-15 09:54:07 +01:00
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> |
||
|---|---|---|
| .. | ||
| aead.h | ||
| asymmetric_encryption.h | ||
| cipher.h | ||
| config_test_driver.h | ||
| crypto_config_test_driver_extension.h | ||
| hash.h | ||
| key_agreement.h | ||
| key_management.h | ||
| mac.h | ||
| pake.h | ||
| signature.h | ||
| test_driver.h | ||