Searched refs:do_ext_nconf (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/x509v3/ |
D | v3_conf.c | 22 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, 45 ret = do_ext_nconf(conf, ctx, OBJ_sn2nid(name), crit, value); in X509V3_EXT_nconf() 64 return do_ext_nconf(conf, ctx, ext_nid, crit, value); in X509V3_EXT_nconf_nid() 69 static X509_EXTENSION *do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, in do_ext_nconf() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1651 X509V3_F_DO_EXT_NCONF:151:do_ext_nconf
|