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

Completed in 28 milliseconds