Home
last modified time | relevance | path

Searched refs:PSA_WANT_ECC_SECP_R1_192 (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.4.0/include/psa/
Dcrypto_config.h111 #define PSA_WANT_ECC_SECP_R1_192 1 macro
/mbedtls-3.4.0/include/mbedtls/
Dconfig_psa.h507 #if defined(PSA_WANT_ECC_SECP_R1_192)
803 #define PSA_WANT_ECC_SECP_R1_192
/mbedtls-3.4.0/programs/test/
Dquery_config.c3026 #if defined(PSA_WANT_ECC_SECP_R1_192) in query_config()
3029 MACRO_EXPANSION_TO_STR( PSA_WANT_ECC_SECP_R1_192 ); in query_config()
4620 #if defined(PSA_WANT_ECC_SECP_R1_192) in list_config()
4621 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ECC_SECP_R1_192); in list_config()
/mbedtls-3.4.0/library/
Dpsa_crypto.c349 #if defined(PSA_WANT_ECC_SECP_R1_192) in mbedtls_ecc_group_of_psa()