Searched refs:ec_GFp_simple_invert (Results 1 – 3 of 3) sorted by relevance
217 int ec_GFp_simple_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
846 return ec_GFp_simple_invert(group, a, ctx); in EC_POINT_invert()
879 int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { in ec_GFp_simple_invert() function