Searched refs:mbedtls_ecp_copy (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecp.c | 617 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) in mbedtls_ecp_copy() function 1617 return mbedtls_ecp_copy(R, Q); in ecp_add_mixed() 1621 return mbedtls_ecp_copy(R, P); in ecp_add_mixed() 1897 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&T[0], P)); in ecp_precompute_comb() 1913 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(cur, T + (i >> 1))); in ecp_precompute_comb() 2223 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, RR)); in ecp_mul_comb_after_precomp() 2566 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz() 2780 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts() 2783 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts() 2879 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable() [all …]
|
H A D | ecdh.c | 426 return mbedtls_ecp_copy(&ctx->Qp, &key->Q); in ecdh_get_params_internal() 434 if ((ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0 || in ecdh_get_params_internal()
|
H A D | ecdsa.c | 798 (ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0) { in mbedtls_ecdsa_from_keypair()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecp.c | 617 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) in mbedtls_ecp_copy() function 1627 return mbedtls_ecp_copy(R, Q); in ecp_add_mixed() 1631 return mbedtls_ecp_copy(R, P); in ecp_add_mixed() 1907 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&T[0], P)); in ecp_precompute_comb() 1923 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(cur, T + (i >> 1))); in ecp_precompute_comb() 2233 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, RR)); in ecp_mul_comb_after_precomp() 2576 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(&RP, P)); in ecp_mul_mxz() 2790 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts() 2793 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, P)); in mbedtls_ecp_mul_shortcuts() 2889 MBEDTLS_MPI_CHK(mbedtls_ecp_copy(R, pR)); in mbedtls_ecp_muladd_restartable() [all …]
|
H A D | ecdh.c | 417 return mbedtls_ecp_copy(&ctx->Qp, &key->Q); in ecdh_get_params_internal() 425 if ((ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0 || in ecdh_get_params_internal()
|
H A D | ecdsa.c | 798 (ret = mbedtls_ecp_copy(&ctx->Q, &key->Q)) != 0) { in mbedtls_ecdsa_from_keypair()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdsa.c | 185 mbedtls_ecp_copy(&ctx_verify.MBEDTLS_PRIVATE(Q), &ctx_sign.MBEDTLS_PRIVATE(Q))) != 0) { in main()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 679 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q);
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 1145 CHECK_AND_CONTINUE(mbedtls_ecp_copy(&ecdh.Qp, &ecdh.Q)); in main() 1192 CHECK_AND_CONTINUE(mbedtls_ecp_copy(&ecdh.Qp, &ecdh.Q)); in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 680 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 219 mbedtls_ecp_copy(&P, &R);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.function | 219 mbedtls_ecp_copy(&P, &R);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1275 …ecp_point` and functions operating on it (`mbedtls_ecp_point_xxx`, `mbedtls_ecp_copy`, `mbedtls_ec…
|