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

/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Decl.c75 MP_DIGITS(&group->curveb) = 0;
86 MP_CHECKOK(mp_init(&group->curveb, kmflag));
102 const mp_int *curveb, const mp_int *genx,
118 MP_CHECKOK(mp_copy(curveb, &group->curveb));
143 const mp_int *curveb, const mp_int *genx,
161 field_enc(curveb, &group->curveb, group->meth));
187 const mp_int *curvea, const mp_int *curveb,
204 MP_CHECKOK(mp_copy(curveb,
101 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
142 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
186 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
232 mp_int irr, curvea, curveb, genx, geny, order; local
[all...]
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.c135 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 91 milliseconds