/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pk_ecc.c | 132 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 D | psa_crypto_ecp.c | 163 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
|
H A D | pkparse.c | 222 if ((ret = mbedtls_ecp_point_read_binary(grp, &grp->G, in pk_group_from_specified()
|
H A 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()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecjpake.function | 79 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 D | test_suite_ecp.function | 530 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 D | test_suite_ecdh.function | 9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
|
H A D | test_suite_ecdsa.function | 375 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
|
H A D | test_suite_pk.function | 738 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 D | test_suite_ecjpake.function | 79 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 D | test_suite_ecp.function | 530 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 D | test_suite_ecdh.function | 9 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ecp->grp,
|
H A D | test_suite_ecdsa.function | 375 TEST_ASSERT(mbedtls_ecp_point_read_binary(&ctx.grp, &ctx.Q,
|
H A D | test_suite_pk.function | 1236 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 D | pkparse.c | 337 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 D | psa_crypto_ecp.c | 109 mbedtls_ecp_point_read_binary(&ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
|
H A 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()
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | ecdsa_mbedtls.cc | 80 if (mbedtls_ecp_point_read_binary( in VerifyP256Signature()
|
/aosp_15_r20/system/chre/platform/tinysys/ |
H A D | authentication.cc | 139 mbedtls_ecp_point_read_binary(&mGroup, &mQ, buffer, ARRAY_SIZE(buffer)); in loadPublicKey()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 802 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 803 int mbedtls_ecp_point_read_binary(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | alternative-implementations.md | 52 …_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 D | alternative-implementations.md | 52 …_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 D | psa-transition.md | 843 …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 D | ChangeLog | 363 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
|