Home | History | Annotate | Download | only in ec

Lines Matching full:curve

71  * The elliptic curve binary polynomial software is originally written by 
105 * for the encoding of a elliptic curve point (x,y) */
124 -- curve coefficients
235 * in the group of all points on the elliptic curve.
264 * \param nid NID of the curve name OID
268 /** Returns the curve name of a EC_GROUP object
270 * \return NID of the curve name OID or 0 if not set.
338 /** Checks whether the discriminant of the elliptic curve is zero or not
376 /** Creates a EC_GROUP object with a curve specified by a NID
377 * \param nid NID of the OID of the curve name
378 * \return newly created EC_GROUP object with specified curve or NULL
612 /** Checks whether the point is on the curve
616 * \return 1 if point if on the curve and 0 otherwise
729 /** Creates a new EC_KEY object using a named curve as underlying
731 * \param nid NID of the named curve.