Searched refs:points_mul (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c71 group->points_mul = NULL;
119 group->points_mul = &ec_GFp_pts_mul_jac;
162 group->points_mul = &ec_GFp_pts_mul_jac;
205 group->points_mul = &ec_pts_mul_basic;
H A Decl_mult.c346 /* if points_mul is defined, then use it */
347 if (group->points_mul) {
348 res = group->points_mul(k1p, k2p, px, py, rx, ry, group);
H A Decl-priv.h184 * methods (except base_point_mul and points_mul) are required to be
199 mp_err (*points_mul) (const mp_int *k1, const mp_int *k2, member in struct:ECGroupStr

Completed in 30 milliseconds