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