Searched refs:MBEDTLS_ECP_DP_SECP192R1 (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_util.c | 194 case MBEDTLS_ECP_DP_SECP192R1: in mbedtls_ecc_group_to_psa() 270 return MBEDTLS_ECP_DP_SECP192R1; in mbedtls_ecc_group_from_psa()
|
| H A D | oid.c | 548 MBEDTLS_ECP_DP_SECP192R1,
|
| H A D | ecp.c | 374 { MBEDTLS_ECP_DP_SECP192R1, 19, 192, "secp192r1" }, 3626 MBEDTLS_MPI_CHK(mbedtls_ecp_group_load(&grp, MBEDTLS_ECP_DP_SECP192R1)); in mbedtls_ecp_self_test()
|
| H A D | ecp_curves_new.c | 4769 case MBEDTLS_ECP_DP_SECP192R1: in mbedtls_ecp_group_load() 5831 case MBEDTLS_ECP_DP_SECP192R1: in mbedtls_ecp_modulus_setup()
|
| H A D | ecp_curves.c | 4769 case MBEDTLS_ECP_DP_SECP192R1: in mbedtls_ecp_group_load()
|
| H A D | ssl_tls.c | 6346 { 19, MBEDTLS_ECP_DP_SECP192R1, PSA_ECC_FAMILY_SECP_R1, 192 },
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 105 …MBEDTLS_ECP_DP_SECP192R1, /*!< Domain parameters for the 192-bit curve defined by FIPS 186-4 … enumerator
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | ecc.c | 91 return MBEDTLS_ECP_DP_SECP192R1; in curve_to_group_id()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 972 ec_curve = MBEDTLS_ECP_DP_SECP192R1; in create_ec_priv_key_hidden_attributes()
|