Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_ecjpake.function80 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
82 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
84 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
86 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
Dtest_suite_ecp.function534 TEST_EQUAL(0, mbedtls_ecp_point_read_binary(&grp, &P1,
536 TEST_EQUAL(0, mbedtls_ecp_point_read_binary(&grp, &P2,
641 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len) == ret);
662 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len/2+1) == 0);
1184 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &nonzero_pt,
1204 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &pt,
1219 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &pt,
Dtest_suite_ecdh.function9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
Dtest_suite_ecdsa.function372 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
Dtest_suite_pk.function643 TEST_ASSERT(mbedtls_ecp_point_read_binary(&eckey->grp, &eckey->Q,
1314 TEST_EQUAL(mbedtls_ecp_point_read_binary(&(mbedtls_pk_ec(pk)->grp),
/third_party/mbedtls/include/mbedtls/
Decp.h799 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
/third_party/mbedtls/library/
Dpkparse.c336 if ((ret = mbedtls_ecp_point_read_binary(grp, &grp->G, in pk_group_from_specified()
502 if ((ret = mbedtls_ecp_point_read_binary(&key->grp, &key->Q, in pk_get_ecpubkey()
Dpsa_crypto_ecp.c119 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
Decp.c769 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp, in mbedtls_ecp_point_read_binary() function
868 return mbedtls_ecp_point_read_binary(grp, pt, buf_start, data_len); in mbedtls_ecp_tls_read_point()
/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…
/third_party/mbedtls/
DChangeLog50 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()