Lines Matching +full:enable +full:- +full:fips
17 - Functions for manipulating EC_GROUP objects
86 n-1 where n is the B<order>. The B<order> multiplied by the B<cofactor> gives the number of points …
145 does not use this seed value but does enable you to inspect it using EC_GROUP_get0_seed(). This ret…
147 built-in curves within the library provide seed values that can be obtained. It is also possible to…
165 the correct order. For the OpenSSL FIPS provider it uses EC_GROUP_check_named_curve() to conform to…
167 …d_curve() determines if the group's domain parameters match one of the built-in curves supported b…
170 … lookup the name of the curve that matches the group domain parameters. The built-in curves contain
173 If B<nist_only> is 1 it will only look for NIST approved curves, otherwise it searches all built-in…
222 …) returns the nid of the matching named curve, otherwise it returns 0 for no match, or -1 on error.
236 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
255 Copyright 2013-2023 The OpenSSL Project Authors. All Rights Reserved.