Searched refs:nist_only (Results 1 – 3 of 3) sorted by relevance
19 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only, in EC_GROUP_check_named_curve() argument39 if (nid > 0 && nist_only && EC_curve_nid2nist(nid) == NULL) in EC_GROUP_check_named_curve()
53 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only,173 If B<nist_only> is 1 it will only look for NIST approved curves, otherwise it searches all built-in…
552 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only,
Completed in 8 milliseconds