Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h80 #if !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
81 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
H A Dconfig_adjust_legacy_from_psa.h62 (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) && \
137 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
H A Dconfig_adjust_psa_from_legacy.h300 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
H A Dconfig_adjust_legacy_crypto.h431 #if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_config.h84 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
H A Dcrypto_sizes.h252 #elif defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c297 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) in mbedtls_ecc_group_from_psa()