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

/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/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.c79 point_mul(&kt, &group->genx, &group->geny, rx, ry,
216 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
221 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));
H A Decdecode.c122 if ((strlen(curveParams->genx) + strlen(curveParams->geny)) > 2 * 2 * MAX_ECKEY_LEN) {
141 strcat(genenc, curveParams->genx);
H A Decl-priv.h179 mp_int genx, geny; member in struct:ECGroupStr
H A Decp_jac.c470 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
475 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));

Completed in 96 milliseconds