Home
last modified time | relevance | path

Searched refs:MBEDTLS_HAVE_ASM (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c236 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
252 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
267 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
281 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
301 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
319 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
334 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
348 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
Dquery_config.c119 #if defined(MBEDTLS_HAVE_ASM) in query_config()
122 MACRO_EXPANSION_TO_STR( MBEDTLS_HAVE_ASM ); in query_config()
3545 #if defined(MBEDTLS_HAVE_ASM) in list_config()
3546 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_HAVE_ASM); in list_config()
/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-thread.h24 #define MBEDTLS_HAVE_ASM macro
Dconfig-no-entropy.h21 #define MBEDTLS_HAVE_ASM macro
Dconfig-suite-b.h25 #define MBEDTLS_HAVE_ASM macro
/openthread-latest/third_party/mbedtls/repo/library/
Dpadlock.h35 defined(MBEDTLS_HAVE_ASM) && \
Daesni.h54 #elif defined(MBEDTLS_HAVE_ASM) && \
Dversion_features.c18 #if defined(MBEDTLS_HAVE_ASM)
Dcommon.h342 #if defined(__aarch64__) && defined(MBEDTLS_HAVE_ASM)
Dconstant_time_impl.h55 #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && (!defined(__ARMCC_VERSION) || \
Dbn_mul.h72 #if defined(MBEDTLS_HAVE_ASM)
Daria.c36 #if defined(MBEDTLS_HAVE_ASM)
Daes.c35 #if !defined(MBEDTLS_HAVE_ASM)
/openthread-latest/third_party/mbedtls/repo/configs/ext/
Dtfm_mbedcrypto_config_profile_medium.h63 #define MBEDTLS_HAVE_ASM macro
/openthread-latest/third_party/mbedtls/
Dmbedtls-config.h67 #define MBEDTLS_HAVE_ASM macro
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dmbedtls_config.h52 #define MBEDTLS_HAVE_ASM macro
Dcheck_config.h1042 defined(MBEDTLS_HAVE_ASM)
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh4836 scripts/config.py set MBEDTLS_HAVE_ASM
4908 scripts/config.py set MBEDTLS_HAVE_ASM
4945 scripts/config.py set MBEDTLS_HAVE_ASM
4974 scripts/config.py set MBEDTLS_HAVE_ASM
5352 scripts/config.py set MBEDTLS_HAVE_ASM
5573 scripts/config.py unset MBEDTLS_HAVE_ASM
5653 scripts/config.py unset MBEDTLS_HAVE_ASM
5665 scripts/config.py unset MBEDTLS_HAVE_ASM
5677 scripts/config.py unset MBEDTLS_HAVE_ASM
5842 scripts/config.py set MBEDTLS_HAVE_ASM
/openthread-latest/third_party/mbedtls/repo/
DChangeLog667 * AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
671 compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.)
918 * Fix support for little-endian Microblaze when MBEDTLS_HAVE_ASM is defined.