1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-11 05:22:30 +03:00
Files
mbedtls/library/aes.c
Andres Amaya Garcia 58f98c23d5 Run AES-192 selftest if available only
This patch modifies the function mbedtls_aes_selftest() function to
ensure that AES-192 tests are only run if the key size is supported by
the available implementation. This is useful when using MBEDTLS_AES_ALT
as some hardware crypto accelerators might not support AES-192.
2017-06-14 16:19:42 +01:00

48 KiB