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