Home
last modified time | relevance | path

Searched refs:MBEDTLS_AESNI_C (Results 1 – 16 of 16) sorted by relevance

/mbedtls-latest/tests/scripts/
Dcomponents-platform.sh36 scripts/config.py set MBEDTLS_AESNI_C
55 scripts/config.py unset MBEDTLS_AESNI_C
66 scripts/config.py set MBEDTLS_AESNI_C
87 scripts/config.py set MBEDTLS_AESNI_C
103 scripts/config.py set MBEDTLS_AESNI_C
124 scripts/config.py set MBEDTLS_AESNI_C
278 scripts/config.py unset MBEDTLS_AESNI_C # AESNI for 32-bit is tested in test_aesni_m32
297 scripts/config.py unset MBEDTLS_AESNI_C # AESNI for 32-bit is tested in test_aesni_m32
314 scripts/config.py unset MBEDTLS_AESNI_C # AESNI for 32-bit is tested in test_aesni_m32
502 scripts/config.py unset MBEDTLS_AESNI_C
Dcomponents-configuration-platform.sh58 scripts/config.py unset MBEDTLS_AESNI_C
70 scripts/config.py unset MBEDTLS_AESNI_C
82 scripts/config.py unset MBEDTLS_AESNI_C
Dcomponents-sanitizers.sh44 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
62 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
147 scripts/config.py unset MBEDTLS_AESNI_C # memsan doesn't grok asm
Dcomponents-compiler.sh98 ./scripts/config.py unset MBEDTLS_AESNI_C #
Dcomponents-configuration-crypto.sh792 scripts/config.py unset MBEDTLS_AESNI_C
2820 scripts/config.py unset MBEDTLS_AESNI_C
2836 scripts/config.py unset MBEDTLS_AESNI_C
/mbedtls-latest/library/
Daesni.h23 #if defined(MBEDTLS_AESNI_C) && \
Daes.c27 (defined(MBEDTLS_ARCH_IS_X64) && defined(MBEDTLS_AESNI_C)) || \
28 (defined(MBEDTLS_ARCH_IS_X86) && defined(MBEDTLS_AESNI_C)))
48 #if defined(MBEDTLS_AESNI_C)
531 (defined(MBEDTLS_AESNI_C) && MBEDTLS_AESNI_HAVE_CODE == 2)
549 #if defined(MBEDTLS_AESNI_C) && MBEDTLS_AESNI_HAVE_CODE == 2 in mbedtls_aes_rk_offset()
1162 #if defined(MBEDTLS_AESCE_C) || defined(MBEDTLS_AESNI_C)
1186 #if defined(MBEDTLS_AESCE_C) || defined(MBEDTLS_AESNI_C)
Dversion_features.c567 #if defined(MBEDTLS_AESNI_C)
Daesni.c15 #if defined(MBEDTLS_AESNI_C)
Dgcm.c34 #if defined(MBEDTLS_AESNI_C)
/mbedtls-latest/include/mbedtls/
Dmbedtls_config.h2270 #define MBEDTLS_AESNI_C macro
/mbedtls-latest/tests/suites/
Dtest_suite_config.mbedtls_boolean.data11 Config: MBEDTLS_AESNI_C
12 depends_on:MBEDTLS_AESNI_C:MBEDTLS_AES_C
15 Config: !MBEDTLS_AESNI_C
16 depends_on:!MBEDTLS_AESNI_C:MBEDTLS_AES_C
/mbedtls-latest/programs/test/
Dquery_config.c1583 #if defined(MBEDTLS_AESNI_C) in query_config()
1586 MACRO_EXPANSION_TO_STR( MBEDTLS_AESNI_C ); in query_config()
4285 #if defined(MBEDTLS_AESNI_C) in list_config()
4286 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_AESNI_C); in list_config()
/mbedtls-latest/
DSECURITY.md131 `MBEDTLS_AESCE_C`, `MBEDTLS_AESNI_C` and `MBEDTLS_PADLOCK_C` for details.
DChangeLog881 * MBEDTLS_AESNI_C, which is enabled by default, was silently ignored on
/mbedtls-latest/docs/architecture/
Dalternative-implementations.md49 * AES: if `MBEDTLS_AESNI_C` or `MBEDTLS_PADLOCK_C` is enabled, `mbedtls_aes_context` must have the …