Searched defs:dn_sect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dreq.c133 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1122 char *tmp, *dn_sect,*attr_sect; local
1129 dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME);
1130 if (dn_sect == NULL)
1136 dn_sk=NCONF_get_section(req_conf,dn_sect);
1139 BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect);
1169 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1202 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1269 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1276 if ((value=NCONF_get_string(req_conf,dn_sect,bu
1201 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...]
/external/openssl/apps/
H A Dreq.c133 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1121 char *tmp, *dn_sect,*attr_sect; local
1128 dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME);
1129 if (dn_sect == NULL)
1135 dn_sk=NCONF_get_section(req_conf,dn_sect);
1138 BIO_printf(bio_err,"unable to get '%s' section\n",dn_sect);
1168 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1201 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1268 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1275 if ((value=NCONF_get_string(req_conf,dn_sect,bu
1200 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 60 milliseconds