Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec.c784 if (group->meth->point_get_affine_coordinates == 0) { in EC_POINT_get_affine_coordinates_GFp()
792 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp()
Dinternal.h95 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member