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

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c75 MP_DIGITS(&group->geny) = 0;
86 MP_CHECKOK(mp_init(&group->geny, kmflag));
101 const mp_int *geny, const mp_int *order, int cofactor)
118 MP_CHECKOK(mp_copy(geny, &group->geny));
142 const mp_int *geny, const mp_int *order, int cofactor)
161 MP_CHECKOK(group->meth->field_enc(geny, &group->geny, group->meth));
186 const mp_int *genx, const mp_int *geny,
204 MP_CHECKOK(mp_copy(geny,
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.h66 const mp_int *geny, const mp_int *order, int cofactor);
74 const mp_int *geny, const mp_int *order, int cofactor);
82 const mp_int *genx, const mp_int *geny,
H A Decl_curve.c111 if (params->geny != NULL) {
113 ret->geny = kmem_alloc(strlen(params->geny) + 1, kmflag);
114 bcopy(params->geny, ret->geny, strlen(params->geny) + 1);
116 CHECK(ret->geny = strdup(params->geny));
187 if (params->geny != NULL)
189 kmem_free(params->geny, strle
[all...]
H A Decp_test.c168 MP_CHECKOK(group->meth->field_dec(&group->geny, &gy, group->meth));
171 MP_CHECKOK(mp_copy(&group->geny, &gy));
184 MP_CHECKOK(mp_toradix(&group->geny, s, 16));
193 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
203 || (mp_cmp(&ry, &group->geny) != 0)) {
214 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
224 || (mp_cmp(&ry, &group->geny) != 0)) {
268 (&group->order, &group->genx, &group->geny, &rx, &ry,
287 (&group->order, &group->genx, &group->geny, &rx, &ry,
378 (&n, &group->genx, &group->geny,
[all...]
H A Dec2_test.c169 MP_CHECKOK(group->meth->field_dec(&group->geny, &gy, group->meth));
172 MP_CHECKOK(mp_copy(&group->geny, &gy));
186 MP_CHECKOK(mp_toradix(&group->geny, s, 16));
195 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
205 || (mp_cmp(&ry, &group->geny) != 0)) {
215 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
225 || (mp_cmp(&ry, &group->geny) != 0)) {
235 (&order_1, &group->genx, &group->geny, &rx, &ry, group));
245 || (mp_cmp(&ry, &group->geny) != 0)) {
289 (&group->order, &group->genx, &group->geny,
[all...]
H A Decl-exp.h65 char *geny; member in struct:ECCurveParamsStr
H A Decl_mult.c84 point_mul(&kt, &group->genx, &group->geny, rx, ry,
221 MP_CHECKOK(mp_copy(&group->geny, &precomp[0][1][1]));
226 MP_CHECKOK(mp_copy(&group->geny, &precomp[1][0][1]));
H A Decdecode.c138 strcat(genenc, curveParams->geny);
H A Decl-priv.h174 mp_int genx, geny; member in struct:ECGroupStr
H A Decp_jac.c470 MP_CHECKOK(mp_copy(&group->geny, &precomp[0][1][1]));
475 MP_CHECKOK(mp_copy(&group->geny, &precomp[1][0][1]));

Completed in 28 milliseconds