Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h110 #if !defined(PSA_WANT_ECC_SECP_R1_224)
111 #define PSA_WANT_ECC_SECP_R1_224 1 macro
H A Dconfig_adjust_legacy_from_psa.h67 (defined(PSA_WANT_ECC_SECP_R1_224) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_224)) || \
182 #if defined(PSA_WANT_ECC_SECP_R1_224)
H A Dconfig_adjust_psa_from_legacy.h325 #define PSA_WANT_ECC_SECP_R1_224 1 macro
H A Dconfig_adjust_legacy_crypto.h452 #if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_224)
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_config.h91 #define PSA_WANT_ECC_SECP_R1_224 1 macro
H A Dcrypto_sizes.h262 #elif defined(PSA_WANT_ECC_SECP_R1_224)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c272 #if defined(PSA_WANT_ECC_SECP_R1_224) in mbedtls_ecc_group_from_psa()