Home
last modified time | relevance | path

Searched refs:oct2point (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/ec/
Dec_oct.c104 if (group->meth->oct2point == 0 in EC_POINT_oct2point()
126 return group->meth->oct2point(group, point, buf, len, ctx); in EC_POINT_oct2point()
Dec_local.h99 int (*oct2point) (const EC_GROUP *, EC_POINT *, const unsigned char *buf, member