Searched defs:genx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c76 MP_DIGITS(&group->genx) = 0;
87 MP_CHECKOK(mp_init(&group->genx, kmflag));
102 const mp_int *curveb, const mp_int *genx,
119 MP_CHECKOK(mp_copy(genx, &group->genx));
143 const mp_int *curveb, const mp_int *genx,
162 MP_CHECKOK(group->meth->field_enc(genx, &group->genx, group->meth));
188 const mp_int *genx, const mp_int *geny,
205 MP_CHECKOK(mp_copy(genx,
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-priv.h174 mp_int genx, geny; member in struct:ECGroupStr
H A Decl-exp.h64 char *genx; member in struct:ECCurveParamsStr

Completed in 63 milliseconds