Searched refs:mbedtls_ecp_tls_read_point (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecdh.c | 374 return mbedtls_ecp_tls_read_point(&ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal() 574 if ((ret = mbedtls_ecp_tls_read_point(&ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal()
|
| H A D | ecjpake.c | 272 MBEDTLS_MPI_CHK(mbedtls_ecp_tls_read_point(grp, &V, p, (size_t) (end - *p))); in ecjpake_zkp_read() 395 MBEDTLS_MPI_CHK(mbedtls_ecp_tls_read_point(grp, X, p, (size_t) (end - *p))); in ecjpake_kkp_read()
|
| H A D | ecp.c | 848 int mbedtls_ecp_tls_read_point(const mbedtls_ecp_group *grp, in mbedtls_ecp_tls_read_point() function
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 827 int mbedtls_ecp_tls_read_point(const mbedtls_ecp_group *grp,
|