Lines Matching refs:curves
147 built-in curves within the library provide seed values that can be obtained. It is also possible to…
159 … the discriminant is given by the formula 4*a^3 + 27*b^2 whilst for F2^m curves the discriminant is
167 …() determines if the group's domain parameters match one of the built-in curves supported by the l…
170 … lookup the name of the curve that matches the group domain parameters. The built-in curves contain
171 aliases, so that multiple NID's can map to the same domain parameters. For such curves it is unspec…
173 …nist_only> is 1 it will only look for NIST approved curves, otherwise it searches all built-in cur…
179 …C_GROUP_get_trinomial_basis() and EC_GROUP_get_pentanomial_basis() should only be called for curves
218 EC_GROUP_get_field_type() returns either B<NID_X9_62_prime_field> for prime curves
219 or B<NID_X9_62_characteristic_two_field> for binary curves;
227 …eturns an internal pointer to the group field. For curves over GF(p), this is the modulus; for cur…
236 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.