/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 144 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 D | test_suite_pkparse.function | 101 TEST_ASSERT(mbedtls_ecp_check_pubkey(&eckey->grp, &eckey->Q) == 0);
|
H A D | test_suite_ecdh.function | 13 TEST_ASSERT(mbedtls_ecp_check_pubkey(&ecp->grp,
|
H A D | test_suite_ecdsa.function | 518 TEST_EQUAL(mbedtls_ecp_check_pubkey(&ctx.grp, &ctx.Q),
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 126 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 D | test_suite_ecp.function | 144 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 D | test_suite_pkparse.function | 207 TEST_EQUAL(mbedtls_ecp_check_pubkey(&eckey->grp, &eckey->Q), 0);
|
H A D | test_suite_ecdh.function | 13 TEST_ASSERT(mbedtls_ecp_check_pubkey(&ecp->grp,
|
H A D | test_suite_ecdsa.function | 518 TEST_EQUAL(mbedtls_ecp_check_pubkey(&ctx.grp, &ctx.Q),
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecp.c | 2672 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 D | psa_crypto_ecp.c | 118 mbedtls_ecp_check_pubkey(&ecp->grp, &ecp->Q)); in mbedtls_psa_ecp_load_representation()
|
H A D | pkparse.c | 754 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 D | ecp.c | 2662 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 D | pk_ecc.c | 250 return mbedtls_ecp_check_pubkey(&ec_key->grp, &ec_key->Q); in mbedtls_pk_ecc_set_pubkey()
|
H A D | psa_crypto_ecp.c | 172 mbedtls_ecp_check_pubkey(&ecp->grp, &ecp->Q)); in mbedtls_psa_ecp_load_representation()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 1139 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 1140 int mbedtls_ecp_check_pubkey(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1048 …vkey`, `mbedtls_rsa_check_pubkey`,`mbedtls_ecp_check_privkey`, `mbedtls_ecp_check_pubkey`. The PSA…
|