Searched refs:curveb (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Decl.c73 MP_DIGITS(&group->curveb) = 0;
84 MP_CHECKOK(mp_init(&group->curveb, kmflag));
100 const mp_int *curveb, const mp_int *genx,
116 MP_CHECKOK(mp_copy(curveb, &group->curveb));
141 const mp_int *curveb, const mp_int *genx,
159 field_enc(curveb, &group->curveb, group->meth));
185 const mp_int *curvea, const mp_int *curveb,
202 MP_CHECKOK(mp_copy(curveb,
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,
81 const mp_int *curvea, const mp_int *curveb,
H A Decl_curve.c95 if (params->curveb != NULL) {
97 ret->curveb = kmem_alloc(strlen(params->curveb) + 1, kmflag);
98 bcopy(params->curveb, ret->curveb, strlen(params->curveb) + 1);
100 CHECK(ret->curveb = strdup(params->curveb));
175 if (params->curveb != NULL)
177 kmem_free(params->curveb, strle
[all...]
H A Decl-exp.h63 char *curveb; member in struct:ECCurveParamsStr
H A Dec2_mont.c76 field_mul(&group->curveb, &t1, &t1, group->meth));
224 MP_CHECKOK(group->meth->field_add(&x2, &group->curveb, &x2, group->meth)); /* x2
H A Dec2_aff.c331 MP_CHECKOK( group->meth->field_add(&accr, &group->curveb, &accr, group->meth) );
H A Decdecode.c133 curveParams->curveb, kmflag));
H A Decl-priv.h172 mp_int curvea, curveb; member in struct:ECGroupStr
H A Decp_aff.c342 MP_CHECKOK( group->meth->field_add(&accr, &group->curveb, &accr, group->meth) );

Completed in 30 milliseconds