We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ae563 commit 342aa5fCopy full SHA for 342aa5f
1 file changed
drivers/builtin/include/mbedtls/private/aesce_common.h
@@ -7,8 +7,8 @@
7
* Copyright The Mbed TLS Contributors
8
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9
*/
10
-#ifndef TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_H
11
-#define TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_H
+#ifndef TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_COMMON_H
+#define TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_COMMON_H
12
13
#if defined(MBEDTLS_AESCE_C) \
14
&& defined(MBEDTLS_ARCH_IS_ARMV8_A) && defined(MBEDTLS_HAVE_NEON_INTRINSICS) \
@@ -27,4 +27,4 @@
27
#define MBEDTLS_AESCE_OPTIMISE_FOR_SIZE 0
28
#endif
29
30
-#endif // TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_H
+#endif // TF_PSA_CRYPTO_MBEDTLS_PRIVATE_AESCE_COMMON_H
0 commit comments