Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
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()
Dpsa_crypto_ecp.c163 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
Dpkparse.c222 if ((ret = mbedtls_ecp_point_read_binary(grp, &grp->G, in pk_group_from_specified()
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()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecjpake.function79 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
81 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
83 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
85 MBEDTLS_MPI_CHK(mbedtls_ecp_point_read_binary(&ctx->grp,
Dtest_suite_ecp.function530 TEST_EQUAL(0, mbedtls_ecp_point_read_binary(&grp, &P1,
532 TEST_EQUAL(0, mbedtls_ecp_point_read_binary(&grp, &P2,
649 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len) == ret);
670 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len/2+1) == 0);
1117 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &Q,
1155 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &Q,
1412 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &nonzero_pt,
1432 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &pt,
1447 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.function375 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
Dtest_suite_pk.function1236 TEST_ASSERT(mbedtls_ecp_point_read_binary(&eckey->grp, &eckey->Q,
1965 TEST_EQUAL(mbedtls_ecp_point_read_binary(&(mbedtls_pk_ec_ro(pk)->grp),
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decp.h803 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md843 …port an ECC key in the form of a compressed point by calling `mbedtls_ecp_point_read_binary` then …
1275 …xport_1gaf22ae73312217aaede2ea02cdebb6062) are equivalent to `mbedtls_ecp_point_read_binary` and `…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog623 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()