Home | History | Annotate | Download | only in ec

Lines Matching refs:generator

125 	 -- optional generator with associated information (order, cofactor)
126 -- optional extra data (precomputed table for fast computation of multiples of generator)
211 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
213 * \param generator EC_POINT object with the generator.
214 * \param order the order of the group generated by the generator.
215 * \param cofactor the index of the sub-group generated by the generator
219 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
221 /** Returns the generator of a EC_GROUP object.
223 * \return the currently used generator (possibly NULL).
612 /** Computes r = generator * n sum_{i=0}^num p[i] * m[i]
615 * \param n BIGNUM with the multiplier for the group generator (optional)
624 /** Computes r = generator * n + q * m
627 * \param n BIGNUM with the multiplier for the group generator (optional)
635 /** Stores multiples of generator for faster point multiplication
782 /** Creates a table of pre-computed multiples of the generator to