Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/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.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()
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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,
H A 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,
637 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len) == ret);
658 TEST_ASSERT(mbedtls_ecp_point_read_binary(&grp, &P, buf->x, buf->len/2+1) == 0);
1150 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &nonzero_pt,
1170 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &pt,
1185 TEST_EQUAL(mbedtls_ecp_point_read_binary(&grp, &pt,
H A Dtest_suite_ecdh.function9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
H A Dtest_suite_ecdsa.function375 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
H A Dtest_suite_pk.function738 TEST_ASSERT(mbedtls_ecp_point_read_binary(&eckey->grp, &eckey->Q,
1413 TEST_EQUAL(mbedtls_ecp_point_read_binary(&(mbedtls_pk_ec_ro(pk)->grp),
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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,
H A 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,
H A Dtest_suite_ecdh.function9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
H A Dtest_suite_ecdsa.function375 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
H A 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),
/aosp_15_r20/external/mbedtls/library/
H A Dpkparse.c337 if ((ret = mbedtls_ecp_point_read_binary(grp, &grp->G, in pk_group_from_specified()
563 ret = mbedtls_ecp_point_read_binary(&eck->grp, &eck->Q, key_buf, key_len); in pk_derive_public_key()
676 ret = mbedtls_ecp_point_read_binary(&(ecp_key.grp), &ecp_key.Q, in pk_convert_compressed_ec()
751 if ((ret = mbedtls_ecp_point_read_binary(&ec_key->grp, &ec_key->Q, in pk_get_ecpubkey()
H A Dpsa_crypto_ecp.c109 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
H A 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()
/aosp_15_r20/external/pigweed/pw_crypto/
H A Decdsa_mbedtls.cc80 if (mbedtls_ecp_point_read_binary( in VerifyP256Signature()
/aosp_15_r20/system/chre/platform/tinysys/
H A Dauthentication.cc139 mbedtls_ecp_point_read_binary(&mGroup, &mQ, buffer, ARRAY_SIZE(buffer)); in loadPublicKey()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h802 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h803 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…
/aosp_15_r20/external/mbedtls/docs/architecture/
H A Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A 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 `…
/aosp_15_r20/external/mbedtls/
H A DChangeLog363 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()

12