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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c68 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 Decl_curve.c102 if (params->geny != NULL) {
104 ret->geny = kmem_alloc(strlen(params->geny) + 1, kmflag);
105 bcopy(params->geny, ret->geny, strlen(params->geny) + 1);
107 CHECK(ret->geny = strdup(params->geny));
178 if (params->geny != NULL)
180 kmem_free(params->geny, strle
[all...]
H A Decl-exp.h56 char *geny; member in struct:ECCurveParamsStr
H A Decl_mult.c76 point_mul(&kt, &group->genx, &group->geny, rx, ry,
213 MP_CHECKOK(mp_copy(&group->geny, &precomp[0][1][1]));
218 MP_CHECKOK(mp_copy(&group->geny, &precomp[1][0][1]));
H A Decdecode.c138 strcat(genenc, curveParams->geny);
H A Decl-priv.h178 mp_int genx, geny; member in struct:ECGroupStr
H A Decp_jac.c461 MP_CHECKOK(mp_copy(&group->geny, &precomp[0][1][1]));
466 MP_CHECKOK(mp_copy(&group->geny, &precomp[1][0][1]));

Completed in 232 milliseconds