Searched refs:genx (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c67 MP_DIGITS(&group->genx) = 0;
78 MP_CHECKOK(mp_init(&group->genx, kmflag));
93 const mp_int *curveb, const mp_int *genx,
110 MP_CHECKOK(mp_copy(genx, &group->genx));
134 const mp_int *curveb, const mp_int *genx,
153 MP_CHECKOK(group->meth->field_enc(genx, &group->genx, group->meth));
179 const mp_int *genx, const mp_int *geny,
196 MP_CHECKOK(mp_copy(genx,
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_curve.c94 if (params->genx != NULL) {
96 ret->genx = kmem_alloc(strlen(params->genx) + 1, kmflag);
97 bcopy(params->genx, ret->genx, strlen(params->genx) + 1);
99 CHECK(ret->genx = strdup(params->genx));
172 if (params->genx != NULL)
174 kmem_free(params->genx, strle
[all...]
H A Decl-exp.h55 char *genx; member in struct:ECCurveParamsStr
H A Decl_mult.c76 point_mul(&kt, &group->genx, &group->geny, rx, ry,
212 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
217 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));
H A Decdecode.c137 strcat(genenc, curveParams->genx);
H A Decl-priv.h178 mp_int genx, geny; member in struct:ECGroupStr
H A Decp_jac.c460 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
465 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));

Completed in 169 milliseconds