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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.h48 typedef struct ECGroupStr ECGroup; typedef in typeref:struct:ECGroupStr
50 /* Construct ECGroup from hexadecimal representations of parameters. */
51 ECGroup *ECGroup_fromHex(const ECCurveParams * params, int kmflag);
53 /* Construct ECGroup from named parameters. */
54 ECGroup *ECGroup_fromName(const ECCurveName name, int kmflag);
56 /* Free an allocated ECGroup. */
57 void ECGroup_free(ECGroup *group);
72 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
79 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
87 mp_err ECPoint_validate(const ECGroup *grou
[all...]

Completed in 190 milliseconds