Searched defs:curveb (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c66 MP_DIGITS(&group->curveb) = 0;
77 MP_CHECKOK(mp_init(&group->curveb, kmflag));
93 const mp_int *curveb, const mp_int *genx,
109 MP_CHECKOK(mp_copy(curveb, &group->curveb));
134 const mp_int *curveb, const mp_int *genx,
152 field_enc(curveb, &group->curveb, group->meth));
178 const mp_int *curvea, const mp_int *curveb,
195 MP_CHECKOK(mp_copy(curveb,
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 Decl-priv.h176 mp_int curvea, curveb; member in struct:ECGroupStr
H A Decl-exp.h54 char *curveb; member in struct:ECCurveParamsStr

Completed in 30 milliseconds