Lines Matching refs:EC_POINT
37 EC_POINT **points; /* array with pre-calculated multiples of
94 EC_POINT **pts; in EC_ec_pre_comp_free()
139 int ec_scalar_mul_ladder(const EC_GROUP *group, EC_POINT *r, in ec_scalar_mul_ladder()
140 const BIGNUM *scalar, const EC_POINT *point, in ec_scalar_mul_ladder()
144 EC_POINT *p = NULL; in ec_scalar_mul_ladder()
145 EC_POINT *s = NULL; in ec_scalar_mul_ladder()
403 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_wNAF_mul()
404 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], in ec_wNAF_mul()
407 const EC_POINT *generator = NULL; in ec_wNAF_mul()
408 EC_POINT *tmp = NULL; in ec_wNAF_mul()
421 EC_POINT **val = NULL; /* precomputation */ in ec_wNAF_mul()
422 EC_POINT **v; in ec_wNAF_mul()
423 EC_POINT ***val_sub = NULL; /* pointers to sub-arrays of 'val' or in ec_wNAF_mul()
590 EC_POINT **tmp_points; in ec_wNAF_mul()
823 const EC_POINT *generator; in ec_wNAF_precompute_mult()
824 EC_POINT *tmp_point = NULL, *base = NULL, **var; in ec_wNAF_precompute_mult()
828 EC_POINT **points = NULL; in ec_wNAF_precompute_mult()
962 EC_POINT **p; in ec_wNAF_precompute_mult()