code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
96a9e6a9dd
commit
086e137dc4
2 changed files with 2 additions and 3 deletions
|
@ -1825,9 +1825,9 @@ int mbedtls_aes_self_test(int verbose)
|
||||||
#endif
|
#endif
|
||||||
#if defined(MBEDTLS_AESNI_HAVE_CODE)
|
#if defined(MBEDTLS_AESNI_HAVE_CODE)
|
||||||
#if MBEDTLS_AESNI_HAVE_CODE == 1
|
#if MBEDTLS_AESNI_HAVE_CODE == 1
|
||||||
mbedtls_printf(" AES note: AESNI code present (assembly implementation).\n");
|
mbedtls_printf(" AES note: AESNI code present (assembly implementation).\n");
|
||||||
#elif MBEDTLS_AESNI_HAVE_CODE == 2
|
#elif MBEDTLS_AESNI_HAVE_CODE == 2
|
||||||
mbedtls_printf(" AES note: AESNI code present (intrinsics implementation).\n");
|
mbedtls_printf(" AES note: AESNI code present (intrinsics implementation).\n");
|
||||||
#else
|
#else
|
||||||
#error Unrecognised value for MBEDTLS_AESNI_HAVE_CODE
|
#error Unrecognised value for MBEDTLS_AESNI_HAVE_CODE
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -3541,7 +3541,6 @@ component_test_aesni () { # ~ 60s
|
||||||
make test programs/test/selftest CC=gcc CFLAGS='-O2 -Werror'
|
make test programs/test/selftest CC=gcc CFLAGS='-O2 -Werror'
|
||||||
# check that there is no AESNI code present
|
# check that there is no AESNI code present
|
||||||
./programs/test/selftest | grep -q "AESNI code" && false "AESNI code built when MBEDTLS_AESNI_C unset"
|
./programs/test/selftest | grep -q "AESNI code" && false "AESNI code built when MBEDTLS_AESNI_C unset"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_aes_only_128_bit_keys () {
|
component_test_aes_only_128_bit_keys () {
|
||||||
|
|
Loading…
Reference in a new issue