Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/stm32l562e_dk/accelerator/
Dcrypto_accelerator_config.h21 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dmbedtls_accelerator_config.h37 #define MBEDTLS_ECDSA_SIGN_ALT macro
/trusted-firmware-m-latest/platform/ext/target/stm/stm32h573i_dk/accelerator/
Dmbedtls_accelerator_config.h56 #define MBEDTLS_ECDSA_SIGN_ALT macro
/trusted-firmware-m-latest/platform/ext/target/stm/b_u585i_iot02a/accelerator/
Dcrypto_accelerator_config.h68 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dmbedtls_accelerator_config.h68 #define MBEDTLS_ECDSA_SIGN_ALT macro
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dmbedtls_accelerator_config.h96 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dcrypto_accelerator_config.h62 #define MBEDTLS_ECDSA_SIGN_ALT macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Dconfig-cc312-mps2-freertos.h414 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dconfig-cc312-mps2-no-os.h417 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dconfig-cc312.h416 #define MBEDTLS_ECDSA_SIGN_ALT macro
Dconfig-cc312-musca_b1-no-os.h417 #define MBEDTLS_ECDSA_SIGN_ALT macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/
Dtarget_cfg.c301 …(defined (MBEDTLS_ECDSA_C) && (defined (MBEDTLS_ECDSA_SIGN_ALT) || defined (MBEDTLS_ECDSA_SIGN_ALT in gtzc_init_cfg()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_alt.c62 #if defined(MBEDTLS_ECDSA_VERIFY_ALT) || defined (MBEDTLS_ECDSA_SIGN_ALT)
93 #if defined(MBEDTLS_ECDSA_SIGN_ALT)
/trusted-firmware-m-latest/interface/include/mbedtls/
Decdsa.h214 #if !defined(MBEDTLS_ECDSA_SIGN_ALT)
Dcheck_config.h190 defined(MBEDTLS_ECDSA_SIGN_ALT) || \
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/secure/
Dtarget_cfg.c545 …|| (defined (MBEDTLS_ECDSA_C) && (defined (MBEDTLS_ECDSA_SIGN_ALT) || defined (MBEDTLS_ECDSA_VERIF… in gtzc_init_cfg()
647 …|| (defined (MBEDTLS_ECDSA_C) && (defined (MBEDTLS_ECDSA_SIGN_ALT) || defined (MBEDTLS_ECDSA_VERIF… in gtzc_init_cfg()
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Decdsa_alt.c45 #if defined(MBEDTLS_ECDSA_SIGN_ALT)
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c461 #if defined(MBEDTLS_ECDSA_SIGN_ALT) in runIt_printMbedtlsAltConfig()