Home
last modified time | relevance | path

Searched refs:PSA_WANT_ECC_SECP_R1_521 (Results 1 - 13 of 13) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h118 #if !defined(PSA_WANT_ECC_SECP_R1_521)
119 #define PSA_WANT_ECC_SECP_R1_521 1 macro
120 #endif /* PSA_WANT_ECC_SECP_R1_521 */
H A Dconfig_adjust_legacy_from_psa.h60 (defined(PSA_WANT_ECC_SECP_R1_521) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_521)) || \
200 #if defined(PSA_WANT_ECC_SECP_R1_521)
207 #endif /* PSA_WANT_ECC_SECP_R1_521 */
H A Dconfig_adjust_psa_from_legacy.h330 #define PSA_WANT_ECC_SECP_R1_521 1 macro
H A Dconfig_adjust_legacy_crypto.h344 #if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_521)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h110 #define PSA_WANT_ECC_SECP_R1_521 1 macro
H A Dcrypto_sizes.h244 #if defined(PSA_WANT_ECC_SECP_R1_521)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h163 #if defined(PSA_WANT_ECC_SECP_R1_521)
/third_party/mbedtls/library/
H A Dpsa_util.c284 #if defined(PSA_WANT_ECC_SECP_R1_521) in mbedtls_ecc_group_from_psa()
H A Dssl_misc.h2401 #if defined(PSA_WANT_ALG_SHA_512) && defined(PSA_WANT_ECC_SECP_R1_521) in mbedtls_ssl_tls13_sig_alg_for_cert_verify_is_supported()
H A Dssl_tls.c5672 defined(PSA_WANT_ECC_SECP_R1_521)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3247 #if defined(PSA_WANT_ECC_SECP_R1_521) in query_config()
3248 if( strcmp( "PSA_WANT_ECC_SECP_R1_521", config ) == 0 ) in query_config()
3250 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_521 ); in query_config()
3253 #endif /* PSA_WANT_ECC_SECP_R1_521 */ in query_config()
5109 #if defined(PSA_WANT_ECC_SECP_R1_521) in list_config()
5110 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_521); in list_config()
5111 #endif /* PSA_WANT_ECC_SECP_R1_521 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c481 #if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_521)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2608 requires_config_enabled PSA_WANT_ECC_SECP_R1_521

Completed in 43 milliseconds