Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h76 #if !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
77 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
78 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_512 */
H A Dconfig_adjust_legacy_from_psa.h54 (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) && \
137 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
144 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_512 */
H A Dconfig_adjust_psa_from_legacy.h295 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
H A Dconfig_adjust_legacy_crypto.h347 #if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h93 #define PSA_WANT_ECC_BRAINPOOL_P_R1_512 1 macro
H A Dcrypto_sizes.h246 #elif defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h83 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/third_party/mbedtls/library/
H A Dpsa_util.c301 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) in mbedtls_ecc_group_from_psa()
/third_party/mbedtls/programs/test/
H A Dquery_config.c3167 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) in query_config()
3168 if( strcmp( "PSA_WANT_ECC_BRAINPOOL_P_R1_512", config ) == 0 ) in query_config()
3170 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_BRAINPOOL_P_R1_512 ); in query_config()
3173 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_512 */ in query_config()
5069 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512) in list_config()
5070 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_BRAINPOOL_P_R1_512); in list_config()
5071 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_512 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c486 #if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_512)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2610 requires_config_enabled PSA_WANT_ECC_BRAINPOOL_P_R1_512

Completed in 25 milliseconds