Searched defs:curveb (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecl.c | 75 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 D | ecl-priv.h | 172 mp_int curvea, curveb; member in struct:ECGroupStr
|
H A D | ecl-exp.h | 63 char *curveb; member in struct:ECCurveParamsStr
|
Completed in 60 milliseconds