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
1 changed files with 7 additions and 0 deletions
|
@ -884,6 +884,13 @@ int mbedtls_gcm_self_test(int verbose)
|
|||
mbedtls_printf(" GCM note: using AESNI.\n");
|
||||
} else
|
||||
#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");
|
||||
#endif /* MBEDTLS_GCM_ALT */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue