Home
last modified time | relevance | path

Searched refs:PSA_WANT_ECC_SECP_R1_256 (Results 1 - 15 of 15) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h106 #if !defined(PSA_WANT_ECC_SECP_R1_256)
107 #define PSA_WANT_ECC_SECP_R1_256 1 macro
108 #endif /* PSA_WANT_ECC_SECP_R1_256 */
H A Dconfig_adjust_legacy_from_psa.h58 (defined(PSA_WANT_ECC_SECP_R1_256) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_256)) || \
182 #if defined(PSA_WANT_ECC_SECP_R1_256)
189 #endif /* PSA_WANT_ECC_SECP_R1_256 */
H A Dconfig_adjust_psa_from_legacy.h320 #define PSA_WANT_ECC_SECP_R1_256 1 macro
H A Dconfig_adjust_legacy_crypto.h365 #if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_256)
H A Dcheck_config.h359 !defined(PSA_WANT_ECC_SECP_R1_256) )
/third_party/mbedtls/configs/ext/
H A Dcrypto_config_profile_medium.h98 #define PSA_WANT_ECC_SECP_R1_256 1 macro
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h108 #define PSA_WANT_ECC_SECP_R1_256 1 macro
H A Dcrypto_sizes.h254 #elif defined(PSA_WANT_ECC_SECP_R1_256)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h147 #if defined(PSA_WANT_ECC_SECP_R1_256)
/third_party/mbedtls/library/
H A Dpsa_util.c276 #if defined(PSA_WANT_ECC_SECP_R1_256) in mbedtls_ecc_group_from_psa()
H A Dssl_misc.h2393 #if defined(PSA_WANT_ALG_SHA_256) && defined(PSA_WANT_ECC_SECP_R1_256) in mbedtls_ssl_tls13_sig_alg_for_cert_verify_is_supported()
H A Dssl_tls.c5658 defined(PSA_WANT_ECC_SECP_R1_256)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3231 #if defined(PSA_WANT_ECC_SECP_R1_256) in query_config()
3232 if( strcmp( "PSA_WANT_ECC_SECP_R1_256", config ) == 0 ) in query_config()
3234 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_256 ); in query_config()
3237 #endif /* PSA_WANT_ECC_SECP_R1_256 */ in query_config()
5101 #if defined(PSA_WANT_ECC_SECP_R1_256) in list_config()
5102 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_256); in list_config()
5103 #endif /* PSA_WANT_ECC_SECP_R1_256 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c501 #if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_256)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2616 requires_config_enabled PSA_WANT_ECC_SECP_R1_256
2655 PSA_WANT_ECC_SECP_R1_256"
2671 PSA_WANT_ECC_SECP_R1_256"
12137 requires_any_configs_enabled "PSA_WANT_ECC_SECP_R1_256"

Completed in 39 milliseconds