Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_superset_legacy.h94 #if !defined(PSA_WANT_ECC_SECP_R1_192)
95 #define PSA_WANT_ECC_SECP_R1_192 1 macro
96 #endif /* PSA_WANT_ECC_SECP_R1_192 */
H A Dconfig_adjust_legacy_from_psa.h56 (defined(PSA_WANT_ECC_SECP_R1_192) && !defined(MBEDTLS_PSA_ACCEL_ECC_SECP_R1_192)) || \
164 #if defined(PSA_WANT_ECC_SECP_R1_192)
171 #endif /* PSA_WANT_ECC_SECP_R1_192 */
H A Dconfig_adjust_psa_from_legacy.h310 #define PSA_WANT_ECC_SECP_R1_192 1 macro
H A Dconfig_adjust_legacy_crypto.h380 #if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_192)
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h104 #define PSA_WANT_ECC_SECP_R1_192 1 macro
H A Dcrypto_sizes.h266 #elif defined(PSA_WANT_ECC_SECP_R1_192)
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h131 #if defined(PSA_WANT_ECC_SECP_R1_192)
/third_party/mbedtls/library/
H A Dpsa_util.c268 #if defined(PSA_WANT_ECC_SECP_R1_192) in mbedtls_ecc_group_from_psa()
/third_party/mbedtls/programs/test/
H A Dquery_config.c3215 #if defined(PSA_WANT_ECC_SECP_R1_192) in query_config()
3216 if( strcmp( "PSA_WANT_ECC_SECP_R1_192", config ) == 0 ) in query_config()
3218 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_192 ); in query_config()
3221 #endif /* PSA_WANT_ECC_SECP_R1_192 */ in query_config()
5093 #if defined(PSA_WANT_ECC_SECP_R1_192) in list_config()
5094 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_192); in list_config()
5095 #endif /* PSA_WANT_ECC_SECP_R1_192 */ in list_config()
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c526 #if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) || defined(PSA_WANT_ECC_SECP_R1_192)
/third_party/mbedtls/tests/
H A Dssl-opt.sh2631 requires_config_enabled PSA_WANT_ECC_SECP_R1_192

Completed in 25 milliseconds