Searched refs:cofactor (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c94 const mp_int *geny, const mp_int *order, int cofactor)
113 group->cofactor = cofactor;
135 const mp_int *geny, const mp_int *order, int cofactor)
156 group->cofactor = cofactor;
180 const mp_int *order, int cofactor)
199 group->cofactor = cofactor;
263 &order, params->cofactor);
92 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
133 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
177 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 Decl-exp.h58 int cofactor; member in struct:ECCurveParamsStr
H A Dec.c185 group = ECGroup_consGFp(&irreducible, &a, &b, &Gx, &Gy, &order, params->cofactor);
193 group = ECGroup_consGF2m(&irreducible, irr_arr, &a, &b, &Gx, &Gy, &order, params->cofactor);
308 key->ecParams.cofactor = ecParams->cofactor;
472 * X9.62. The ECDH primitive when used without the cofactor does
557 ** cofactor) and returns the x-coordinate of the resulting elliptic
576 mp_int cofactor; local
598 if (withCofactor && (ecParams->cofactor != 1)) {
599 /* multiply k with the cofactor */
600 MP_DIGITS(&cofactor)
[all...]
H A Decdecode.c142 params->cofactor = curveParams->cofactor;
185 params->cofactor = 0;
569 if (!params->cofactor) {
H A Decl_curve.c118 ret->cofactor = params->cofactor;
H A Decc_impl.h195 int cofactor; member in struct:ECParamsStr
H A Decl-priv.h179 /* Order and cofactor of the base point. */
181 int cofactor; member in struct:ECGroupStr

Completed in 38 milliseconds