MBEDTLS_SHA384_C is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

If MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT is defined when building for a non-Armv8-A build it will be silently ignored. Minimum compiler versions for this feature are Clang 4.0, armclang 6.6 or GCC 6.0. \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for armclang <= 6.9 This was previously known as MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT. That name is deprecated, but may still be used as an alternative form for this option. This allows builds with a smaller code size than with MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT Minimum compiler versions for this feature are Clang 4.0, armclang 6.6 or GCC 6.0. \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for armclang <= 6.9 This was previously known as MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY. That name is deprecated, but may still be used as an alternative form for this option.

References