mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Add std output information for AESCE in gcm
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
d767cc4106
commit
2f26a59910
@ -884,6 +884,13 @@ int mbedtls_gcm_self_test(int verbose)
|
|||||||
mbedtls_printf(" GCM note: using AESNI.\n");
|
mbedtls_printf(" GCM note: using AESNI.\n");
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_HAVE_ARM64)
|
||||||
|
if (mbedtls_aesce_has_support()) {
|
||||||
|
mbedtls_printf(" GCM note: using AESCE.\n");
|
||||||
|
} else
|
||||||
|
#endif
|
||||||
|
|
||||||
mbedtls_printf(" GCM note: built-in implementation.\n");
|
mbedtls_printf(" GCM note: built-in implementation.\n");
|
||||||
#endif /* MBEDTLS_GCM_ALT */
|
#endif /* MBEDTLS_GCM_ALT */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user