Home
last modified time | relevance | path

Searched refs:point_set_Jprojective_coordinates (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/ec/
H A Decp_nist.c92 .point_set_Jprojective_coordinates = in EC_GFp_nist_method()
H A Decp_mont.c90 .point_set_Jprojective_coordinates = in EC_GFp_mont_method()
H A Dec_lib.c944 if (group->meth->point_set_Jprojective_coordinates == NULL) { in EC_POINT_set_Jprojective_coordinates()
952 return group->meth->point_set_Jprojective_coordinates(group, point, in EC_POINT_set_Jprojective_coordinates()
H A Dec_lcl.h136 int (*point_set_Jprojective_coordinates)(const EC_GROUP *, EC_POINT *, member
H A Decp_smpl.c91 .point_set_Jprojective_coordinates = in EC_GFp_simple_method()