Searched refs:mbedtls_ecp_point_read_binary (Results 1 – 11 of 11) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_ecjpake.function | 80 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,
|
D | test_suite_ecp.function | 534 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,
|
D | test_suite_ecdh.function | 9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
|
D | test_suite_ecdsa.function | 372 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
|
D | test_suite_pk.function | 643 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/ |
D | ecp.h | 799 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
|
/third_party/mbedtls/library/ |
D | pkparse.c | 336 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()
|
D | psa_crypto_ecp.c | 119 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
|
D | ecp.c | 769 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/ |
D | alternative-implementations.md | 52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…
|
/third_party/mbedtls/ |
D | ChangeLog | 50 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
|