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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.h57 typedef struct ECGroupStr ECGroup; typedef in typeref:struct:ECGroupStr
59 /* Construct ECGroup from hexadecimal representations of parameters. */
60 ECGroup *ECGroup_fromHex(const ECCurveParams * params, int kmflag);
62 /* Construct ECGroup from named parameters. */
63 ECGroup *ECGroup_fromName(const ECCurveName name, int kmflag);
65 /* Free an allocated ECGroup. */
66 void ECGroup_free(ECGroup *group);
81 mp_err ECPoint_mul(const ECGroup *group, const mp_int *k, const mp_int *px,
88 mp_err ECPoints_mul(const ECGroup *group, const mp_int *k1,
96 mp_err ECPoint_validate(const ECGroup *grou
[all...]

Completed in 167 milliseconds