Home
last modified time | relevance | path

Searched refs:PSA_WANT_ECC_BRAINPOOL_P_R1_512 (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h86 #if !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
87 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
H A Dconfig_adjust_legacy_from_psa.h64 (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) && \
146 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
H A Dconfig_adjust_psa_from_legacy.h305 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
H A Dconfig_adjust_legacy_crypto.h425 #if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_config.h85 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
H A Dcrypto_sizes.h246 #elif defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c301 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) in mbedtls_ecc_group_from_psa()