Lines Matching full:curve
213 Within the library there are two forms of elliptic curve that are of interest.
216 elliptic curve equation as follows:
222 curve equation is modified to:
231 a new curve can be constructed by calling \fBEC_GROUP_new()\fR, using the
236 It is then necessary to call \fBEC_GROUP_set_curve()\fR to set the curve parameters.
252 \&\fBEC_GROUP_set_curve()\fR sets the curve parameters \fIp\fR, \fIa\fR and \fIb\fR. For a curve
253 over Fp \fIp\fR is the prime for the field. For a curve over F2^m \fIp\fR represents
260 \&\fBEC_group_get_curve()\fR obtains the previously set curve parameters.
274 Whilst the library can be used to create any curve using the functions described
295 readable comment string describing the curve.
297 In order to construct a built-in curve use the function
298 \&\fBEC_GROUP_new_by_curve_name_ex()\fR and provide the \fInid\fR of the curve to
317 \&\fBOSSL_EC_curve_nid2name()\fR converts a curve \fInid\fR into the corresponding name.