Searched refs:point_get_affine_coordinates (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lib.c880 if (group->meth->point_get_affine_coordinates == 0)
890 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
897 if (group->meth->point_get_affine_coordinates == 0)
907 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx);
H A Dec_lcl.h129 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member in struct:ec_method_st

Completed in 28 milliseconds