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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c74 MP_DIGITS(&group->genx) = 0;
85 MP_CHECKOK(mp_init(&group->genx, kmflag));
100 const mp_int *curveb, const mp_int *genx,
117 MP_CHECKOK(mp_copy(genx, &group->genx));
141 const mp_int *curveb, const mp_int *genx,
160 MP_CHECKOK(group->meth->field_enc(genx, &group->genx, group->meth));
186 const mp_int *genx, const mp_int *geny,
203 MP_CHECKOK(mp_copy(genx,
99 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
140 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
184 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
230 mp_int irr, curvea, curveb, genx, geny, order; local
[all...]
H A Decl.h65 const mp_int *curveb, const mp_int *genx,
73 const mp_int *curveb, const mp_int *genx,
82 const mp_int *genx, const mp_int *geny,
H A Decl_curve.c103 if (params->genx != NULL) {
105 ret->genx = kmem_alloc(strlen(params->genx) + 1, kmflag);
106 bcopy(params->genx, ret->genx, strlen(params->genx) + 1);
108 CHECK(ret->genx = strdup(params->genx));
181 if (params->genx != NULL)
183 kmem_free(params->genx, strle
[all...]
H A Decp_test.c167 MP_CHECKOK(group->meth->field_dec(&group->genx, &gx, group->meth));
170 MP_CHECKOK(mp_copy(&group->genx, &gx));
182 MP_CHECKOK(mp_toradix(&group->genx, s, 16));
193 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
202 if ((mp_cmp(&rx, &group->genx) != 0)
214 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
223 if ((mp_cmp(&rx, &group->genx) != 0)
268 (&group->order, &group->genx, &group->geny, &rx, &ry,
287 (&group->order, &group->genx, &group->geny, &rx, &ry,
378 (&n, &group->genx,
[all...]
H A Dec2_test.c168 MP_CHECKOK(group->meth->field_dec(&group->genx, &gx, group->meth));
171 MP_CHECKOK(mp_copy(&group->genx, &gx));
184 MP_CHECKOK(mp_toradix(&group->genx, s, 16));
195 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
204 if ((mp_cmp(&rx, &group->genx) != 0)
215 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
224 if ((mp_cmp(&rx, &group->genx) != 0)
235 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
244 if ((mp_cmp(&rx, &group->genx) != 0)
289 (&group->order, &group->genx,
[all...]
H A Decl-exp.h64 char *genx; member in struct:ECCurveParamsStr
H A Decl_mult.c84 point_mul(&kt, &group->genx, &group->geny, rx, ry,
220 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
225 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));
H A Decdecode.c137 strcat(genenc, curveParams->genx);
H A Decl-priv.h174 mp_int genx, geny; member in struct:ECGroupStr
H A Decp_jac.c469 MP_CHECKOK(mp_copy(&group->genx, &precomp[0][1][0]));
474 MP_CHECKOK(mp_copy(&group->genx, &precomp[1][0][0]));

Completed in 24 milliseconds