Searched refs:ecp_mul_comb (Results 1 – 2 of 2) sorted by relevance
2241 static int ecp_mul_comb( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, in ecp_mul_comb() function2687 MBEDTLS_MPI_CHK( ecp_mul_comb( grp, R, m, P, f_rng, p_rng, rs_ctx ) );
1171 * Fix a memory leak in ecp_mul_comb() if ecp_precompute_comb() fails.