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

Lines Matching refs:EC_GROUP

74 /* functions for EC_GROUP objects */
76 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth)
78 EC_GROUP *ret;
123 void EC_GROUP_free(EC_GROUP *group)
144 void EC_GROUP_clear_free(EC_GROUP *group)
171 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src)
250 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a)
252 EC_GROUP *t = NULL;
272 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group)
284 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor)
313 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group)
319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx)
328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx)
337 void EC_GROUP_set_curve_name(EC_GROUP *group, int nid)
343 int EC_GROUP_get_curve_name(const EC_GROUP *group)
349 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag)
355 int EC_GROUP_get_asn1_flag(const EC_GROUP *group)
361 void EC_GROUP_set_point_conversion_form(EC_GROUP *group,
368 point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *group)
374 size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len)
395 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group)
401 size_t EC_GROUP_get_seed_len(const EC_GROUP *group)
407 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
418 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
429 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx)
451 int EC_GROUP_get_degree(const EC_GROUP *group)
462 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx)
473 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx)
693 EC_POINT *EC_POINT_new(const EC_GROUP *group)
768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group)
793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point)
809 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
826 int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point,
843 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
860 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point,
877 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point,
894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point,
911 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point,
928 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point,
945 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form,
962 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point,
979 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
995 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
1011 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx)
1027 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
1043 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx)
1059 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx)
1075 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx)
1091 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx)
1118 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
1128 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
1142 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
1154 int EC_GROUP_have_precompute_mult(const EC_GROUP *group)