Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h70 #if !defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
71 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
72 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_384 */
H A Dconfig_adjust_legacy_from_psa.h52 (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) && \
128 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
135 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_384 */
H A Dconfig_adjust_psa_from_legacy.h290 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
H A Dconfig_adjust_legacy_crypto.h353 #if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h92 #define PSA_WANT_ECC_BRAINPOOL_P_R1_384 1 macro
H A Dcrypto_sizes.h252 #elif defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h75 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/third_party/mbedtls/library/
H A Dpsa_util.c297 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) in mbedtls_ecc_group_from_psa()
/third_party/mbedtls/programs/test/
H A Dquery_config.c3159 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) in query_config()
3160 if( strcmp( "PSA_WANT_ECC_BRAINPOOL_P_R1_384", config ) == 0 ) in query_config()
3162 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_BRAINPOOL_P_R1_384 ); in query_config()
3165 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_384 */ in query_config()
5065 #if defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384) in list_config()
5066 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_BRAINPOOL_P_R1_384); in list_config()
5067 #endif /* PSA_WANT_ECC_BRAINPOOL_P_R1_384 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c496 #if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) || defined(PSA_WANT_ECC_BRAINPOOL_P_R1_384)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2614 requires_config_enabled PSA_WANT_ECC_BRAINPOOL_P_R1_384

Completed in 27 milliseconds