Searched refs:PSA_ECC_FAMILY_SECP_K1 (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/library/ |
H A D | psa_util.c | 241 return PSA_ECC_FAMILY_SECP_K1; in mbedtls_ecc_group_to_psa() 249 return PSA_ECC_FAMILY_SECP_K1; in mbedtls_ecc_group_to_psa() 321 case PSA_ECC_FAMILY_SECP_K1: in mbedtls_ecc_group_from_psa()
|
H A D | psa_crypto_ecp.c | 77 case PSA_ECC_FAMILY_SECP_K1: in check_ecc_parameters()
|
H A D | ssl_tls.c | 6245 { 22, MBEDTLS_ECP_DP_SECP256K1, PSA_ECC_FAMILY_SECP_K1, 256 }, 6254 { 20, MBEDTLS_ECP_DP_SECP224K1, PSA_ECC_FAMILY_SECP_K1, 224 }, 6260 { 18, MBEDTLS_ECP_DP_SECP192K1, PSA_ECC_FAMILY_SECP_K1, 192 },
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_values.h | 607 #define PSA_ECC_FAMILY_SECP_K1 ((psa_ecc_family_t) 0x17) macro
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names_generated.c | 38 case PSA_ECC_FAMILY_SECP_K1: return "PSA_ECC_FAMILY_SECP_K1"; in psa_ecc_family_name()
|
Completed in 17 milliseconds