HomeSort by relevance Sort by last modified time
    Searched refs:CONF (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c 60 #include <openssl/conf.h>
92 static int int_engine_configure(char *name, char *value, const CONF *cnf)
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/openssl/crypto/engine/
eng_cnf.c 60 #include <openssl/conf.h>
92 static int int_engine_configure(char *name, char *value, const CONF *cnf)
122 fprintf(stderr, "ENGINE conf: doing ctrl(%s,%s)\n", ctrlname, ctrlvalue);
216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_moid.c 63 #include <openssl/conf.h>
71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/openssl/crypto/asn1/
asn_moid.c 63 #include <openssl/conf.h>
71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/OASIS/spectest.xml")
362 # Parse the conf file
365 testsuite = libxml2.parseFile(CONF)
369 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-relaxng-test-suite2.py 18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
375 # Parse the conf file
378 testsuite = libxml2.parseFile(CONF)
392 print "%s doesn't start with a testSuite element, aborting" % (CONF)
check-xml-test-suite.py 17 CONF="xml-test-suite/xmlconf/xmlconf.xml"
376 conf = loadNoentDoc(CONF) variable
377 if conf == None:
378 print "Unable to load %s" % CONF
381 testsuite = conf.getRootElement()
405 conf.freeDoc()
check-xsddata-test-suite.py 19 CONF=os.path.join(os.path.dirname(__file__), "test/xsdtest/xsdtestsuite.xml")
380 # Parse the conf file
383 testsuite = libxml2.parseFile(CONF)
397 print "%s doesn't start with a testSuite element, aborting" % (CONF)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
x509v3.h 63 #include <openssl/conf.h>
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509v3.h 63 #include <openssl/conf.h>
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req)
    [all...]
ossl_typ.h 161 typedef struct conf_st CONF;
  /external/openssl/crypto/x509v3/
x509v3.h 63 #include <openssl/conf.h>
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req)
    [all...]
  /external/openssl/include/openssl/
x509v3.h 63 #include <openssl/conf.h>
605 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
606 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
607 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req)
    [all...]
ossl_typ.h 161 typedef struct conf_st CONF;
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-parisc.pl 50 if (open CONF,"<${dir}../../opensslconf.h") {
51 while(<CONF>) {
57 close CONF;
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 50 if (open CONF,"<${dir}../../opensslconf.h") {
51 while(<CONF>) {
57 close CONF;
  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 161 typedef struct conf_st CONF;
  /external/openssl/crypto/
ossl_typ.h 161 typedef struct conf_st CONF;
  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 158 CONF *conf, char *section);
163 CONF *conf, char *section, ASN1_INTEGER *sno);
205 CONF *extconf = NULL;
1151 int days, int clrext, CONF *conf, char *section,
1202 if (conf)
1207 X509V3_set_nconf(&ctx2, conf);
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end
    [all...]
spkac.c 66 #include <openssl/conf.h>
93 CONF *conf = NULL; local
242 conf = NCONF_new(NULL);
243 i = NCONF_load_bio(conf, in, NULL);
251 spkstr = NCONF_get_string(conf, spksect, spkac);
300 NCONF_free(conf);
ca.c 66 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
219 CONF *conf, int verbose, unsigned long certopt,
226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
236 static CONF *conf=NULL variable
    [all...]
asn1pars.c 389 CONF *cnf = NULL;
  /external/openssl/apps/
x509.c 158 CONF *conf, char *section);
163 CONF *conf, char *section, ASN1_INTEGER *sno);
205 CONF *extconf = NULL;
1151 int days, int clrext, CONF *conf, char *section,
1202 if (conf)
1207 X509V3_set_nconf(&ctx2, conf);
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end
    [all...]
spkac.c 66 #include <openssl/conf.h>
93 CONF *conf = NULL; local
242 conf = NCONF_new(NULL);
243 i = NCONF_load_bio(conf, in, NULL);
251 spkstr = NCONF_get_string(conf, spksect, spkac);
300 NCONF_free(conf);
ca.c 66 #include <openssl/conf.h>
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
211 char *ext_sect, CONF *conf,int verbose, unsigned long certopt,
219 CONF *conf, int verbose, unsigned long certopt,
226 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
236 static CONF *conf=NULL variable
    [all...]

Completed in 632 milliseconds

12 3