Searched refs:req_conf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c157 static CONF *req_conf = NULL; variable
203 req_conf = NULL;
474 req_conf = NCONF_new(NULL);
475 i = NCONF_load(req_conf, template, &errline);
482 req_conf = config;
484 if (req_conf == NULL) {
494 if (req_conf != NULL) {
495 if (!load_config(bio_err, req_conf))
497 p = NCONF_get_string(req_conf, NULL, "oid_file");
515 if (!add_oid_section(bio_err, req_conf))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c157 static CONF *req_conf = NULL; variable
203 req_conf = NULL;
474 req_conf = NCONF_new(NULL);
475 i = NCONF_load(req_conf, template, &errline);
482 req_conf = config;
484 if (req_conf == NULL) {
494 if (req_conf != NULL) {
495 if (!load_config(bio_err, req_conf))
497 p = NCONF_get_string(req_conf, NULL, "oid_file");
515 if (!add_oid_section(bio_err, req_conf))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c152 static CONF *req_conf=NULL; variable
203 req_conf = NULL;
570 req_conf=NCONF_new(NULL);
571 i=NCONF_load(req_conf,template,&errline);
580 req_conf=config;
582 if (req_conf == NULL)
593 if (req_conf != NULL)
595 if (!load_config(bio_err, req_conf))
597 p=NCONF_get_string(req_conf,NULL,"oid_file");
619 if(!add_oid_section(bio_err, req_conf)) got
[all...]

Completed in 108 milliseconds