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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c136 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1057 char *tmp, *dn_sect, *attr_sect; local
1065 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
1066 if (dn_sect == NULL) {
1071 dn_sk = NCONF_get_section(req_conf, dn_sect);
1073 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect);
1099 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1134 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1202 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1208 if ((value = NCONF_get_string(req_conf, dn_sect, bu
1133 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c136 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1057 char *tmp, *dn_sect, *attr_sect; local
1065 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
1066 if (dn_sect == NULL) {
1071 dn_sk = NCONF_get_section(req_conf, dn_sect);
1073 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect);
1099 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1134 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1202 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1208 if ((value = NCONF_get_string(req_conf, dn_sect, bu
1133 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c133 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1207 char *tmp, *dn_sect,*attr_sect; local
1214 dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME);
1215 if (dn_sect == NULL)
1221 dn_sk=NCONF_get_section(req_conf,dn_sect);
1224 BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect);
1254 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1287 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1354 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1361 if ((value=NCONF_get_string(req_conf,dn_sect,bu
1286 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
[all...]

Completed in 83 milliseconds