Searched defs:curveb (Results 1 - 3 of 3) 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-priv.h172 mp_int curvea, curveb; member in struct:ECGroupStr
H A Decl-exp.h63 char *curveb; member in struct:ECCurveParamsStr

Completed in 24 milliseconds