Searched refs:point_is_on_curve (Results 1 – 3 of 3) sorted by relevance
88 int (*point_is_on_curve)(const EC_GROUP *, const EC_POINT *, BN_CTX *); member
1296 .point_is_on_curve = ec_point_is_on_curve,1320 .point_is_on_curve = ec_point_is_on_curve,
1222 if (group->meth->point_is_on_curve == NULL) { in EC_POINT_is_on_curve()1230 ret = group->meth->point_is_on_curve(group, point, ctx); in EC_POINT_is_on_curve()