• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/

Lines Matching refs:EC_POINT

293 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator,
331 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group)
700 /* functions for EC_POINT objects */
702 EC_POINT *EC_POINT_new(const EC_GROUP *group)
704 EC_POINT *ret;
731 void EC_POINT_free(EC_POINT *point)
741 void EC_POINT_clear_free(EC_POINT *point)
754 int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src)
769 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group)
771 EC_POINT *t;
788 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point)
793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point)
808 EC_POINT *point, const BIGNUM *x,
827 const EC_POINT *point, BIGNUM *x,
846 EC_POINT *point, const BIGNUM *x,
864 EC_POINT *point, const BIGNUM *x,
882 const EC_POINT *point, BIGNUM *x,
900 const EC_POINT *point, BIGNUM *x,
917 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
918 const EC_POINT *b, BN_CTX *ctx)
932 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
946 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx)
959 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
974 * Check whether an EC_POINT is on the curve or not. Note that the return
980 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
994 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
1008 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
1022 EC_POINT *points[], BN_CTX *ctx)
1045 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
1046 size_t num, const EC_POINT *points[],
1056 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
1057 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx)
1061 const EC_POINT *points[1];