Remove asm check for aarch64 aesce
we implement it with aesce intrinsic. No asm needed. Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
76a51b99b6
commit
ba42b076f9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
#include "mbedtls/platform_util.h"
|
#include "mbedtls/platform_util.h"
|
||||||
#include "mbedtls/error.h"
|
#include "mbedtls/error.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__aarch64__)
|
#if defined(__aarch64__)
|
||||||
#if !defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
#if !defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
||||||
#error "MBEDTLS_AES_USE_HARDWARE_ONLY defined, but not all prerequisites"
|
#error "MBEDTLS_AES_USE_HARDWARE_ONLY defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue