Searched defs:geny (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ecl.c | 68 MP_DIGITS(&group->geny) = 0; 79 MP_CHECKOK(mp_init(&group->geny, kmflag)); 94 const mp_int *geny, const mp_int *order, int cofactor) 111 MP_CHECKOK(mp_copy(geny, &group->geny)); 135 const mp_int *geny, const mp_int *order, int cofactor) 154 MP_CHECKOK(group->meth->field_enc(geny, &group->geny, group->meth)); 179 const mp_int *genx, const mp_int *geny, 197 MP_CHECKOK(mp_copy(geny, 92 ECGroup_consGFp(const mp_int *irr, const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument 133 ECGroup_consGFp_mont(const mp_int *irr, const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument 177 ECGroup_consGF2m(const mp_int *irr, const unsigned int irr_arr[5], const mp_int *curvea, const mp_int *curveb, const mp_int *genx, const mp_int *geny, const mp_int *order, int cofactor) argument 223 mp_int irr, curvea, curveb, genx, geny, order; local [all...] |
H A D | ecl-priv.h | 178 mp_int genx, geny; member in struct:ECGroupStr
|
H A D | ecl-exp.h | 56 char *geny; member in struct:ECCurveParamsStr
|
Completed in 38 milliseconds