Lines Matching refs:EC_POINT
303 int ec_GFp_simple_point_init(EC_POINT *point) {
312 void ec_GFp_simple_point_finish(EC_POINT *point) {
318 void ec_GFp_simple_point_clear_finish(EC_POINT *point) {
325 int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) {
337 EC_POINT *point) {
344 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y,
403 const EC_POINT *point,
446 EC_POINT *point, const BIGNUM *x,
459 const EC_POINT *point, BIGNUM *x,
561 int ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
562 const EC_POINT *b, BN_CTX *ctx) {
752 int ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
879 int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) {
888 int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) {
892 int ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point,
996 int ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a,
997 const EC_POINT *b, BN_CTX *ctx) {
1109 int ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point,
1151 EC_POINT *points[], BN_CTX *ctx) {
1263 EC_POINT *p = points[i];