Searched refs:ec_GFp_simple_is_on_curve (Results 1 – 3 of 3) sorted by relevance
219 int ec_GFp_simple_is_on_curve(const EC_GROUP *, const EC_POINT *, BN_CTX *);
748 return ec_GFp_simple_is_on_curve(group, point, ctx); in EC_POINT_is_on_curve()
892 int ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, in ec_GFp_simple_is_on_curve() function