Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c21 static int v3_check_generic(const char **value);
43 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_int()
71 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid()
213 static int v3_check_generic(const char **value) in v3_check_generic() function