Home | History | Annotate | Download | only in ec

Lines Matching full:cofactor

125 	 -- optional generator with associated information (order, cofactor)
230 /** Sets the generator and it's order/cofactor of a EC_GROUP object.
234 * \param cofactor the index of the sub-group generated by the generator
238 int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
254 /** Gets the cofactor of a EC_GROUP
256 * \param cofactor BIGNUM to which the cofactor is copied
260 int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx);