Lines Matching refs:EC_POINT
5 …ve_precompute_mult - Functions for performing mathematical operations and tests on EC_POINT objects
11 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
12 const EC_POINT *b, BN_CTX *ctx);
13 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);
14 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
15 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
16 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx);
17 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx);
18 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);
20 EC_POINT *points[], BN_CTX *ctx);
21 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num,
22 const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx);
23 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
24 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
42 …fine and EC_POINTs_make_affine force the internal representation of the EC_POINT(s) into the affine