Lines Matching full:curve
76 Within the library there are two forms of elliptic curve that are of interest.
79 elliptic curve equation as follows:
85 curve equation is modified to:
94 a new curve can be constructed by calling EC_GROUP_new(), using the
99 It is then necessary to call EC_GROUP_set_curve() to set the curve parameters.
115 EC_GROUP_set_curve() sets the curve parameters I<p>, I<a> and I<b>. For a curve
116 over Fp I<p> is the prime for the field. For a curve over F2^m I<p> represents
123 EC_group_get_curve() obtains the previously set curve parameters.
137 Whilst the library can be used to create any curve using the functions described
156 readable comment string describing the curve.
158 In order to construct a built-in curve use the function
159 EC_GROUP_new_by_curve_name_ex() and provide the I<nid> of the curve to
178 OSSL_EC_curve_nid2name() converts a curve I<nid> into the corresponding name.