Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_lib.c763 if (group->meth->point_set_Jprojective_coordinates_GFp == 0) { in EC_POINT_set_Jprojective_coordinates_GFp()
773 return group->meth->point_set_Jprojective_coordinates_GFp(group, point, x, in EC_POINT_set_Jprojective_coordinates_GFp()
Dec_local.h79 int (*point_set_Jprojective_coordinates_GFp) (const EC_GROUP *, member