Home
last modified time | relevance | path

Searched refs:PSA_WANT_ECC_BRAINPOOL_P_R1_256 (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h64 #if !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
65 #define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 macro
66 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_256 */
H A Dconfig_adjust_legacy_from_psa.h50 #if (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256) && \
119 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
126 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_256 */
H A Dconfig_adjust_psa_from_legacy.h285 #define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 macro
H A Dconfig_adjust_legacy_crypto.h359 #if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h91 #define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1 macro
H A Dcrypto_sizes.h258 #elif defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h67 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
/third_party/mbedtls/library/
H A Dpsa_util.c293 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256) in mbedtls_ecc_group_from_psa()
/third_party/mbedtls/programs/test/
H A Dquery_config.c3151 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256) in query_config()
3152 if( strcmp( "PSA_WANT_ECC_BRAINPOOL_P_R1_256", config ) == 0 ) in query_config()
3154 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_BRAINPOOL_P_R1_256 ); in query_config()
3157 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_256 */ in query_config()
5061 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256) in list_config()
5062 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_BRAINPOOL_P_R1_256); in list_config()
5063 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_256 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c511 #if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2620 requires_config_enabled PSA_WANT_ECC_BRAINPOOL_P_R1_256

Completed in 38 milliseconds