Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Decp.c2460 static int ecp_randomize_mxz(const mbedtls_ecp_group *grp, mbedtls_ecp_point *P, in ecp_randomize_mxz() function
2585 MBEDTLS_MPI_CHK(ecp_randomize_mxz(grp, &RP, f_rng, p_rng)); in ecp_mul_mxz()
2616 MBEDTLS_MPI_CHK(ecp_randomize_mxz(grp, R, f_rng, p_rng)); in ecp_mul_mxz()
/third_party/mbedtls/
DChangeLog1806 * Fix potential memory leaks in ecp_randomize_jac() and ecp_randomize_mxz()