• Home
  • Raw
  • Download

Lines Matching defs:point

745 void EC_POINT_free(EC_POINT *point)  in EC_POINT_free()
755 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free()
805 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) in EC_POINT_method_of()
811 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity()
826 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_Jprojective_coordinates_GFp()
843 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_Jprojective_coordinates_GFp()
860 int EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, in EC_POINT_set_affine_coordinates()
884 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GFp()
892 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates_GF2m()
901 const EC_POINT *point, BIGNUM *x, BIGNUM *y, in EC_POINT_get_affine_coordinates()
921 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GFp()
929 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates_GF2m()
979 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity()
999 int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in EC_POINT_is_on_curve()
1028 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) in EC_POINT_make_affine()
1115 const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) in EC_POINT_mul()
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); in ec_group_explicit_to_named() local
1548 EC_POINT *point = NULL; in EC_GROUP_new_from_params() local