HomeSort by relevance Sort by last modified time
    Searched refs:req_conf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 153 static CONF *req_conf=NULL; variable
197 req_conf = NULL;
477 req_conf=NCONF_new(NULL);
478 i=NCONF_load(req_conf,template,&errline);
487 req_conf=config;
489 if (req_conf == NULL)
500 if (req_conf != NULL)
502 if (!load_config(bio_err, req_conf))
504 p=NCONF_get_string(req_conf,NULL,"oid_file");
526 if(!add_oid_section(bio_err, req_conf)) goto end
    [all...]
  /external/openssl/apps/
req.c 153 static CONF *req_conf=NULL; variable
197 req_conf = NULL;
477 req_conf=NCONF_new(NULL);
478 i=NCONF_load(req_conf,template,&errline);
487 req_conf=config;
489 if (req_conf == NULL)
500 if (req_conf != NULL)
502 if (!load_config(bio_err, req_conf))
504 p=NCONF_get_string(req_conf,NULL,"oid_file");
526 if(!add_oid_section(bio_err, req_conf)) goto end
    [all...]

Completed in 197 milliseconds