Searched refs:X509V3_EXT_add_nconf (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_conf.c346 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, function
504 return X509V3_EXT_add_nconf(&ctmp, ctx, section, cert);
H A Dx509v3.h608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
/external/openssl/apps/
H A Dx509.c556 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
1286 if (!X509V3_EXT_add_nconf(conf, &ctx, section, x)) goto err;
H A Dreq.c551 if(!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL)) {
602 if(!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
862 if(extensions && !X509V3_EXT_add_nconf(req_conf,
H A Dca.c1106 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions,
1385 if (!X509V3_EXT_add_nconf(conf, &ctx, crl_ext, NULL))
2090 if (!X509V3_EXT_add_nconf(extconf, &ctx, ext_sect,ret))
2106 if(!X509V3_EXT_add_nconf(lconf, &ctx, ext_sect, ret))
/external/openssl/include/openssl/
H A Dx509v3.h608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);

Completed in 1528 milliseconds