Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h100 #if !defined(PSA_WANT_ECC_SECP_R1_224)
101 #define PSA_WANT_ECC_SECP_R1_224 1 macro
102 #endif /* PSA_WANT_ECC_SECP_R1_224 */
H A Dconfig_adjust_legacy_from_psa.h57 (defined(PSA_WANT_ECC_SECP_R1_224) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_224)) || \
173 #if defined(PSA_WANT_ECC_SECP_R1_224)
180 #endif /* PSA_WANT_ECC_SECP_R1_224 */
H A Dconfig_adjust_psa_from_legacy.h315 #define PSA_WANT_ECC_SECP_R1_224 1 macro
H A Dconfig_adjust_legacy_crypto.h374 #if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_224)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h105 #define PSA_WANT_ECC_SECP_R1_224 1 macro
H A Dcrypto_sizes.h262 #elif defined(PSA_WANT_ECC_SECP_R1_224)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h139 #if defined(PSA_WANT_ECC_SECP_R1_224)
/third_party/mbedtls/library/
H A Dpsa_util.c272 #if defined(PSA_WANT_ECC_SECP_R1_224) in mbedtls_ecc_group_from_psa()
/third_party/mbedtls/programs/test/
H A Dquery_config.c3223 #if defined(PSA_WANT_ECC_SECP_R1_224) in query_config()
3224 if( strcmp( "PSA_WANT_ECC_SECP_R1_224", config ) == 0 ) in query_config()
3226 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_224 ); in query_config()
3229 #endif /* PSA_WANT_ECC_SECP_R1_224 */ in query_config()
5097 #if defined(PSA_WANT_ECC_SECP_R1_224) in list_config()
5098 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_224); in list_config()
5099 #endif /* PSA_WANT_ECC_SECP_R1_224 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c516 #if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_224)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2622 requires_config_enabled PSA_WANT_ECC_SECP_R1_224

Completed in 25 milliseconds