Searched refs:oct2point (Results 1 – 2 of 2) sorted by relevance
965 if (group->meth->oct2point == 0) in EC_POINT_oct2point()975 return group->meth->oct2point(group, point, buf, len, ctx); in EC_POINT_oct2point()
137 int (*oct2point)(const EC_GROUP *, EC_POINT *, member