Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h104 #if !defined(PSA_WANT_ECC_SECP_R1_192)
105 #define PSA_WANT_ECC_SECP_R1_192 1 macro
H A Dconfig_adjust_legacy_from_psa.h66 (defined(PSA_WANT_ECC_SECP_R1_192) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_192)) || \
173 #if defined(PSA_WANT_ECC_SECP_R1_192)
H A Dconfig_adjust_psa_from_legacy.h320 #define PSA_WANT_ECC_SECP_R1_192 1 macro
H A Dconfig_adjust_legacy_crypto.h458 #if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_192)
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_config.h90 #define PSA_WANT_ECC_SECP_R1_192 1 macro
H A Dcrypto_sizes.h266 #elif defined(PSA_WANT_ECC_SECP_R1_192)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c268 #if defined(PSA_WANT_ECC_SECP_R1_192) in mbedtls_ecc_group_from_psa()