Lines Matching full:curve
140 Within the library there are two forms of elliptic curve that are of interest.
143 elliptic curve equation as follows:
149 curve equation is modified to:
158 a new curve can be constructed by calling \fBEC_GROUP_new()\fR, using the
163 It is then necessary to call \fBEC_GROUP_set_curve()\fR to set the curve parameters.
176 describing a named or explicit curve depending on the EC_GROUP.
189 \&\fBEC_GROUP_set_curve()\fR sets the curve parameters \fIp\fR, \fIa\fR and \fIb\fR. For a curve
190 over Fp \fIp\fR is the prime for the field. For a curve over F2^m \fIp\fR represents
197 \&\fBEC_group_get_curve()\fR obtains the previously set curve parameters.
211 Whilst the library can be used to create any curve using the functions described
232 readable comment string describing the curve.
234 In order to construct a built-in curve use the function
235 \&\fBEC_GROUP_new_by_curve_name_ex()\fR and provide the \fInid\fR of the curve to
254 \&\fBOSSL_EC_curve_nid2name()\fR converts a curve \fInid\fR into the corresponding name.