Searched defs:cofactor (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecl.c | 101 const mp_int *geny, const mp_int *order, int cofactor) 120 group->cofactor = cofactor; 142 const mp_int *geny, const mp_int *order, int cofactor) 163 group->cofactor = cofactor; 187 const mp_int *order, int cofactor) 206 group->cofactor = cofactor; 271 &order, params->cofactor); 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 [all...] |
H A D | ecl-priv.h | 175 /* Order and cofactor of the base point. */ 177 int cofactor; member in struct:ECGroupStr
|
H A D | ec.c | 179 group = ECGroup_consGFp_mont(&irreducible, &a, &b, &Gx, &Gy, &order, params->cofactor); 187 group = ECGroup_consGF2m(&irreducible, irr_arr, &a, &b, &Gx, &Gy, &order, params->cofactor); 302 key->ecParams.cofactor = ecParams->cofactor; 456 * X9.62. The ECDH primitive when used without the cofactor does 539 ** cofactor) and returns the x-coordinate of the resulting elliptic 558 mp_int cofactor; local 584 if (withCofactor && (ecParams->cofactor != 1)) { 585 /* multiply k with the cofactor */ 586 MP_DIGITS(&cofactor) [all...] |
H A D | ecc_impl.h | 180 int cofactor; member in struct:ECParamsStr
|
H A D | ecl-exp.h | 67 int cofactor; member in struct:ECCurveParamsStr
|
Completed in 49 milliseconds