Lines Matching defs:group
123 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free()
144 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free()
272 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of()
284 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const B… in EC_GROUP_set_generator()
313 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator()
319 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order()
328 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in EC_GROUP_get_cofactor()
337 void EC_GROUP_set_curve_name(EC_GROUP *group, int nid) in EC_GROUP_set_curve_name()
343 int EC_GROUP_get_curve_name(const EC_GROUP *group) in EC_GROUP_get_curve_name()
349 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) in EC_GROUP_set_asn1_flag()
355 int EC_GROUP_get_asn1_flag(const EC_GROUP *group) in EC_GROUP_get_asn1_flag()
361 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, in EC_GROUP_set_point_conversion_form()
368 point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *group) in EC_GROUP_get_point_conversion_form()
374 size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) in EC_GROUP_set_seed()
395 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group) in EC_GROUP_get0_seed()
401 size_t EC_GROUP_get_seed_len(const EC_GROUP *group) in EC_GROUP_get_seed_len()
407 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_C… in EC_GROUP_set_curve_GFp()
418 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GFp()
429 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_… in EC_GROUP_set_curve_GF2m()
440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GF2m()
451 int EC_GROUP_get_degree(const EC_GROUP *group) in EC_GROUP_get_degree()
462 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check_discriminant()
693 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new()
768 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup()
793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
809 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_Jprojective_coordinates_GFp()
826 int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_Jprojective_coordinates_GFp()
843 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GFp()
860 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates_GF2m()
877 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates_GFp()
894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_get_affine_coordinates_GF2m()
911 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *… in EC_POINT_add()
927 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) in EC_POINT_dbl()
943 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
959 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
975 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) in EC_POINT_is_on_curve()
991 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) in EC_POINT_cmp()
1007 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1023 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) in EC_POINTs_make_affine()
1050 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
1060 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul()
1074 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_precompute_mult()
1086 int EC_GROUP_have_precompute_mult(const EC_GROUP *group) in EC_GROUP_have_precompute_mult()