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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c70 group->base_point_mul = NULL;
118 group->base_point_mul = NULL;
161 group->base_point_mul = NULL;
204 group->base_point_mul = NULL;
H A Decl_mult.c72 if (group->base_point_mul) {
73 MP_CHECKOK(group->base_point_mul(&kt, rx, ry, group));
H A Decl-priv.h184 * methods (except base_point_mul and points_mul) are required to be
197 mp_err (*base_point_mul) (const mp_int *n, mp_int *rx, mp_int *ry, member in struct:ECGroupStr

Completed in 24 milliseconds