Home
last modified time | relevance | path

Searched refs:nist_only (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Dec_check.c19 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only, in EC_GROUP_check_named_curve() argument
39 if (nid > 0 && nist_only && EC_curve_nid2nist(nid) == NULL) in EC_GROUP_check_named_curve()
/freebsd/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod53 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…
/freebsd/crypto/openssl/include/openssl/
H A Dec.h533 int EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only,