Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
Dbenchmark.c240 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
256 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
271 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
285 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
305 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
323 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
338 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
352 #if !defined(HAVE_HARDCLOCK) && defined(MBEDTLS_HAVE_ASM) && \
/third_party/mbedtls/library/
Daesce.h34 #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && \
Dpadlock.h42 #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
Daesni.h38 #if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && \
Dversion_features.c30 #if defined(MBEDTLS_HAVE_ASM)
Dbn_mul.h84 #if defined(MBEDTLS_HAVE_ASM)
Dconstant_time.c65 #if defined(MBEDTLS_EFFICIENT_UNALIGNED_ACCESS) && defined(MBEDTLS_HAVE_ASM)
Daria.c54 #if defined(MBEDTLS_HAVE_ASM)
/third_party/mbedtls/configs/
Dconfig-thread.h36 #define MBEDTLS_HAVE_ASM macro
Dconfig_rsa_aes_cbc.h22 #define MBEDTLS_HAVE_ASM macro
Dconfig-no-entropy.h33 #define MBEDTLS_HAVE_ASM macro
Dconfig-suite-b.h37 #define MBEDTLS_HAVE_ASM macro
/third_party/mbedtls/include/mbedtls/
Dcheck_config.h71 #if defined(MBEDTLS_AESCE_C) && !defined(MBEDTLS_HAVE_ASM)
413 #if defined(MBEDTLS_PADLOCK_C) && !defined(MBEDTLS_HAVE_ASM)
1021 defined(MBEDTLS_HAVE_ASM)
Dmbedtls_config.h64 #define MBEDTLS_HAVE_ASM macro
/third_party/mbedtls/port/config/
Dconfig_liteos_m.h64 #define MBEDTLS_HAVE_ASM macro
Dconfig_liteos_a.h65 #define MBEDTLS_HAVE_ASM macro
/third_party/mbedtls/tests/scripts/
Dall.sh3693 scripts/config.py unset MBEDTLS_HAVE_ASM
3705 scripts/config.py unset MBEDTLS_HAVE_ASM
3842 scripts/config.py set MBEDTLS_HAVE_ASM
/third_party/mbedtls/
DChangeLog94 * AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
98 compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.)
345 * Fix support for little-endian Microblaze when MBEDTLS_HAVE_ASM is defined.