Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_point_read_binary (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk_ecc.c132 return mbedtls_ecp_point_read_binary(&eck->grp, &eck->Q, pub, pub_len); in mbedtls_pk_ecc_set_pubkey_from_prv()
187 ret = mbedtls_ecp_point_read_binary(&(ecp_key.grp), &ecp_key.Q, in pk_ecc_set_pubkey_psa_ecp_fallback()
246 ret = mbedtls_ecp_point_read_binary(&ec_key->grp, &ec_key->Q, pub, pub_len); in mbedtls_pk_ecc_set_pubkey()
H A Dpsa_crypto_ecp.c163 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
H A Dpkparse.c222 if ((ret = mbedtls_ecp_point_read_binary(grp, &grp->G, in pk_group_from_specified()
H A Decp.c773 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp, in mbedtls_ecp_point_read_binary() function
872 return mbedtls_ecp_point_read_binary(grp, pt, buf_start, data_len); in mbedtls_ecp_tls_read_point()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h805 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1011 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()