Home
last modified time | relevance | path

Searched refs:ecp_randomize_jac (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/library/
Decp.c1689 static int ecp_randomize_jac(const mbedtls_ecp_group *grp, mbedtls_ecp_point *pt, in ecp_randomize_jac() function
2088 MBEDTLS_MPI_CHK(ecp_randomize_jac(grp, R, f_rng, p_rng)); in ecp_mul_comb_core()
2224 MBEDTLS_MPI_CHK(ecp_randomize_jac(grp, RR, f_rng, p_rng)); in ecp_mul_comb_after_precomp()
/third_party/mbedtls/
DChangeLog1806 * Fix potential memory leaks in ecp_randomize_jac() and ecp_randomize_mxz()