Searched refs:ecp_double_jac (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | ecp.c | 1494 static int ecp_double_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_double_jac() function 1649 ret = ecp_double_jac(grp, R, P, tmp); in ecp_add_mixed() 1924 MBEDTLS_MPI_CHK(ecp_double_jac(grp, cur, cur, tmp)); in ecp_precompute_comb() 2096 MBEDTLS_MPI_CHK(ecp_double_jac(grp, R, R, tmp)); in ecp_mul_comb_core()
|