• Home
  • Raw
  • Download

Lines Matching defs:group

61 void EC_pre_comp_free(EC_GROUP *group)  in EC_pre_comp_free()
94 void EC_GROUP_free(EC_GROUP *group) in EC_GROUP_free()
111 void EC_GROUP_clear_free(EC_GROUP *group) in EC_GROUP_clear_free()
257 const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) in EC_GROUP_method_of()
282 static int ec_guess_cofactor(EC_GROUP *group) { in ec_guess_cofactor()
330 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, in EC_GROUP_set_generator()
400 const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) in EC_GROUP_get0_generator()
405 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) in EC_GROUP_get_mont_data()
410 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in EC_GROUP_get_order()
420 const BIGNUM *EC_GROUP_get0_order(const EC_GROUP *group) in EC_GROUP_get0_order()
425 int EC_GROUP_order_bits(const EC_GROUP *group) in EC_GROUP_order_bits()
430 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, in EC_GROUP_get_cofactor()
442 const BIGNUM *EC_GROUP_get0_cofactor(const EC_GROUP *group) in EC_GROUP_get0_cofactor()
447 void EC_GROUP_set_curve_name(EC_GROUP *group, int nid) in EC_GROUP_set_curve_name()
452 int EC_GROUP_get_curve_name(const EC_GROUP *group) in EC_GROUP_get_curve_name()
457 void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) in EC_GROUP_set_asn1_flag()
462 int EC_GROUP_get_asn1_flag(const EC_GROUP *group) in EC_GROUP_get_asn1_flag()
467 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, in EC_GROUP_set_point_conversion_form()
474 *group) in EC_GROUP_get_point_conversion_form()
479 size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) in EC_GROUP_set_seed()
498 unsigned char *EC_GROUP_get0_seed(const EC_GROUP *group) in EC_GROUP_get0_seed()
503 size_t EC_GROUP_get_seed_len(const EC_GROUP *group) in EC_GROUP_get_seed_len()
508 int EC_GROUP_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, in EC_GROUP_set_curve()
518 int EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, in EC_GROUP_get_curve()
529 int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, in EC_GROUP_set_curve_GFp()
535 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve_GFp()
542 int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, in EC_GROUP_set_curve_GF2m()
548 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, in EC_GROUP_get_curve_GF2m()
556 int EC_GROUP_get_degree(const EC_GROUP *group) in EC_GROUP_get_degree()
565 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check_discriminant()
650 EC_POINT *EC_POINT_new(const EC_GROUP *group) in EC_POINT_new()
720 EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) in EC_POINT_dup()
744 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
758 int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_Jprojective_coordinates_GFp()
777 int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, in EC_POINT_get_Jprojective_coordinates_GFp()
796 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
820 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, in EC_POINT_set_affine_coordinates_GFp()
828 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_set_affine_coordinates_GF2m()
837 int EC_POINT_get_affine_coordinates(const EC_GROUP *group, in EC_POINT_get_affine_coordinates()
858 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, in EC_POINT_get_affine_coordinates_GFp()
866 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, in EC_POINT_get_affine_coordinates_GF2m()
875 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add()
890 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl()
904 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) in EC_POINT_invert()
917 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
938 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_is_on_curve()
952 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, in EC_POINT_cmp()
966 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
979 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, in EC_POINTs_make_affine()
1003 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
1041 int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, in EC_POINT_mul()
1057 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_precompute_mult()
1069 int EC_GROUP_have_precompute_mult(const EC_GROUP *group) in EC_GROUP_have_precompute_mult()
1086 static int ec_precompute_mont_data(EC_GROUP *group) in ec_precompute_mont_data()
1125 int ec_group_simple_order_bits(const EC_GROUP *group) in ec_group_simple_order_bits()
1132 static int ec_field_inverse_mod_ord(const EC_GROUP *group, BIGNUM *r, in ec_field_inverse_mod_ord()
1185 int ec_group_do_inverse_ord(const EC_GROUP *group, BIGNUM *res, in ec_group_do_inverse_ord()
1204 int ec_point_blind_coordinates(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx) in ec_point_blind_coordinates()