Add experimental warning

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-03-13 11:26:35 +08:00
parent 6f86c19d62
commit be510fe470

View file

@ -2042,6 +2042,9 @@
* \warning Runtime detection only works on linux. For non-linux operation
* system, crypto extension MUST be supported by CPU.
*
* \warning This option is experimental. For time being, we can not guarantee
* it with CI tests.
*
* This module adds support for the AES crypto instructions on Arm64
*/
#define MBEDTLS_AESCE_C
@ -3071,6 +3074,9 @@
* \warning MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the
* same time as MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY.
*
* \warning This option is experimental. For time being, we can not guarantee
* it with CI tests.
*
* Requires: MBEDTLS_SHA256_C.
*
* Module: library/sha256.c
@ -3093,6 +3099,9 @@
* \warning MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY cannot be defined at the same
* time as MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT.
*
* \warning This option is experimental. For time being, we can not guarantee
* it with CI tests.
*
* Requires: MBEDTLS_SHA256_C.
*
* Module: library/sha256.c
@ -3149,6 +3158,9 @@
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the
* same time as MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY.
*
* \warning This option is experimental. For time being, we can not guarantee
* it with CI tests.
*
* Requires: MBEDTLS_SHA512_C.
*
* Module: library/sha512.c
@ -3174,6 +3186,9 @@
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY cannot be defined at the same
* time as MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT.
*
* \warning This option is experimental. For time being, we can not guarantee
* it with CI tests.
*
* Requires: MBEDTLS_SHA512_C.
*
* Module: library/sha512.c