aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJerry Yu <jerry.h.yu@arm.com>2023-02-21 14:51:38 +0800
committerJerry Yu <jerry.h.yu@arm.com>2023-02-21 15:16:20 +0800
commit330e6ae11152b23ecf1bb4a8d0b290e72aee9ea6 (patch)
treecf56dabec04570c9ed9fcbcf8c9242dee746a076 /include
parentc8bcdc8b91244200f306809217ad917f053c8c0b (diff)
downloadmbedtls-330e6ae11152b23ecf1bb4a8d0b290e72aee9ea6.zip
mbedtls-330e6ae11152b23ecf1bb4a8d0b290e72aee9ea6.tar.gz
mbedtls-330e6ae11152b23ecf1bb4a8d0b290e72aee9ea6.tar.bz2
Add document about runtime detection of AESCE
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/mbedtls/mbedtls_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h
index 5f7aed2..cba133c 100644
--- a/include/mbedtls/mbedtls_config.h
+++ b/include/mbedtls/mbedtls_config.h
@@ -2080,6 +2080,9 @@
*
* \warning `MBEDTLS_SHA512_USE_A64_CRYPTO_*` should be disabled when enabled
*
+ * \warning Runtime detection only works on linux. For non-linux operation
+ * system, crypto extension MUST be supported by CPU.
+ *
* This module adds support for the AES crypto instructions on Arm64
*/
#define MBEDTLS_AESCE_C