Searched refs:point_cmp (Results 1 – 2 of 2) sorted by relevance
993 if (group->meth->point_cmp == 0) in EC_POINT_cmp()1003 return group->meth->point_cmp(group, a, b, ctx); in EC_POINT_cmp()
153 int (*point_cmp)(const EC_GROUP *, const EC_POINT *a, const EC_POINT *b, BN_CTX *); member