Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Decp.c1849 static int ecp_precompute_comb(const mbedtls_ecp_group *grp, in ecp_precompute_comb() function
2351 MBEDTLS_MPI_CHK(ecp_precompute_comb(grp, T, P, w, d, rs_ctx)); in ecp_mul_comb()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3198 * Fix a memory leak in ecp_mul_comb() if ecp_precompute_comb() fails.