Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_check_pubkey (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecp.function144 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &P) == ret);
339 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &grp.G) == 0);
354 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
359 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
365 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
370 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
396 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &grp.G) == 0);
406 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
411 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
416 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
[all …]
H A Dtest_suite_pkparse.function101 TEST_ASSERT(mbedtls_ecp_check_pubkey(&eckey->grp, &eckey->Q) == 0);
H A Dtest_suite_ecdh.function13 TEST_ASSERT(mbedtls_ecp_check_pubkey(&ecp->grp,
H A Dtest_suite_ecdsa.function518 TEST_EQUAL(mbedtls_ecp_check_pubkey(&ctx.grp, &ctx.Q),
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c126 if (mbedtls_ecp_check_pubkey(&ECDHCTX(ctx, grp), in lws_genec_keypair_import()
138 if (mbedtls_ecp_check_pubkey(&ECDSACTX(ctx, grp), in lws_genec_keypair_import()
520 if (mbedtls_ecp_check_pubkey(&ECDHCTX(ctx, grp), &ECDHCTX(ctx, Q)) || in lws_genecdh_compute_shared_secret()
521 mbedtls_ecp_check_pubkey(&ECDHCTX(ctx, grp), &ECDHCTX(ctx, Qp))) { in lws_genecdh_compute_shared_secret()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecp.function144 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &P) == ret);
339 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &grp.G) == 0);
354 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
359 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
365 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
370 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
396 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &grp.G) == 0);
406 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
411 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
416 TEST_ASSERT(mbedtls_ecp_check_pubkey(&grp, &R) == 0);
[all …]
H A Dtest_suite_pkparse.function207 TEST_EQUAL(mbedtls_ecp_check_pubkey(&eckey->grp, &eckey->Q), 0);
H A Dtest_suite_ecdh.function13 TEST_ASSERT(mbedtls_ecp_check_pubkey(&ecp->grp,
H A Dtest_suite_ecdsa.function518 TEST_EQUAL(mbedtls_ecp_check_pubkey(&ctx.grp, &ctx.Q),
/aosp_15_r20/external/mbedtls/library/
H A Decp.c2672 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in ecp_mul_restartable_internal()
2786 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
2789 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
2792 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
3037 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp, in mbedtls_ecp_check_pubkey() function
H A Dpsa_crypto_ecp.c118 mbedtls_ecp_check_pubkey(&ecp->grp, &ecp->Q)); in mbedtls_psa_ecp_load_representation()
H A Dpkparse.c754 ret = mbedtls_ecp_check_pubkey(&ec_key->grp, &ec_key->Q); in pk_get_ecpubkey()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decp.c2662 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in ecp_mul_restartable_internal()
2776 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
2779 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
2782 MBEDTLS_MPI_CHK(mbedtls_ecp_check_pubkey(grp, P)); in mbedtls_ecp_mul_shortcuts()
3027 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp, in mbedtls_ecp_check_pubkey() function
H A Dpk_ecc.c250 return mbedtls_ecp_check_pubkey(&ec_key->grp, &ec_key->Q); in mbedtls_pk_ecc_set_pubkey()
H A Dpsa_crypto_ecp.c172 mbedtls_ecp_check_pubkey(&ecp->grp, &ecp->Q)); in mbedtls_psa_ecp_load_representation()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decp.h1139 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decp.h1140 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1048 …vkey`, `mbedtls_rsa_check_pubkey`,`mbedtls_ecp_check_privkey`, `mbedtls_ecp_check_pubkey`. The PSA…