Searched refs:ecp_double_jac (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp.c | 1490 static int ecp_double_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_double_jac() function 1645 ret = ecp_double_jac(grp, R, P, tmp); in ecp_add_mixed() 1920 MBEDTLS_MPI_CHK(ecp_double_jac(grp, cur, cur, tmp)); in ecp_precompute_comb() 2092 MBEDTLS_MPI_CHK(ecp_double_jac(grp, R, R, tmp)); in ecp_mul_comb_core()
|