Introduce MBEDTLS_OPTIMIZE_TINYCRYPT_ASM
Make the ASM optimizations in tinycrypt optional. Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
7e62c31097
commit
db0e50ea70
7 changed files with 50 additions and 14 deletions
|
@ -678,6 +678,9 @@ static const char *features[] = {
|
|||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
"MBEDTLS_USE_TINYCRYPT",
|
||||
#endif /* MBEDTLS_USE_TINYCRYPT */
|
||||
#if defined(MBEDTLS_OPTIMIZE_TINYCRYPT_ASM)
|
||||
"MBEDTLS_OPTIMIZE_TINYCRYPT_ASM",
|
||||
#endif /* MBEDTLS_OPTIMIZE_TINYCRYPT_ASM */
|
||||
#if defined(MBEDTLS_ENTROPY_C)
|
||||
"MBEDTLS_ENTROPY_C",
|
||||
#endif /* MBEDTLS_ENTROPY_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue