Searched refs:ecp_double_jac (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | ecp.c | 1486 static int ecp_double_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_double_jac() function 1641 ret = ecp_double_jac(grp, R, P, tmp); in ecp_add_mixed() 1916 MBEDTLS_MPI_CHK(ecp_double_jac(grp, cur, cur, tmp)); in ecp_precompute_comb() 2088 MBEDTLS_MPI_CHK(ecp_double_jac(grp, R, R, tmp)); in ecp_mul_comb_core()
|