Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h112 #if !defined(PSA_WANT_ECC_SECP_R1_384)
113 #define PSA_WANT_ECC_SECP_R1_384 1 macro
114 #endif /* PSA_WANT_ECC_SECP_R1_384 */
H A Dconfig_adjust_legacy_from_psa.h59 (defined(PSA_WANT_ECC_SECP_R1_384) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_384)) || \
191 #if defined(PSA_WANT_ECC_SECP_R1_384)
198 #endif /* PSA_WANT_ECC_SECP_R1_384 */
H A Dconfig_adjust_psa_from_legacy.h325 #define PSA_WANT_ECC_SECP_R1_384 1 macro
H A Dconfig_adjust_legacy_crypto.h356 #if defined(MBEDTLS_ECP_DP_SECP384R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_384)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h109 #define PSA_WANT_ECC_SECP_R1_384 1 macro
H A Dcrypto_sizes.h250 #elif defined(PSA_WANT_ECC_SECP_R1_384)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h155 #if defined(PSA_WANT_ECC_SECP_R1_384)
/third_party/mbedtls/library/
H A Dpsa_util.c280 #if defined(PSA_WANT_ECC_SECP_R1_384) in mbedtls_ecc_group_from_psa()
H A Dssl_misc.h2397 #if defined(PSA_WANT_ALG_SHA_384) && defined(PSA_WANT_ECC_SECP_R1_384) in mbedtls_ssl_tls13_sig_alg_for_cert_verify_is_supported()
H A Dssl_tls.c5665 defined(PSA_WANT_ECC_SECP_R1_384)
/third_party/mbedtls/programs/test/
H A Dquery_config.c3239 #if defined(PSA_WANT_ECC_SECP_R1_384) in query_config()
3240 if( strcmp( "PSA_WANT_ECC_SECP_R1_384", config ) == 0 ) in query_config()
3242 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_384 ); in query_config()
3245 #endif /* PSA_WANT_ECC_SECP_R1_384 */ in query_config()
5105 #if defined(PSA_WANT_ECC_SECP_R1_384) in list_config()
5106 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_384); in list_config()
5107 #endif /* PSA_WANT_ECC_SECP_R1_384 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c491 #if defined(MBEDTLS_ECP_DP_SECP384R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_384)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2612 requires_config_enabled PSA_WANT_ECC_SECP_R1_384

Completed in 40 milliseconds