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

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1122 char *tmp, *dn_sect,*attr_sect; local
1143 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1144 if (attr_sect == NULL)
1151 attr_sk=NCONF_get_section(req_conf,attr_sect);
1154 BIO_printf(bio_err,"unable to get '%s' section\n",attr_sect);
1169 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1203 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
    [all...]
  /external/openssl/apps/
req.c 134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1121 char *tmp, *dn_sect,*attr_sect; local
1142 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1143 if (attr_sect == NULL)
1150 attr_sk=NCONF_get_section(req_conf,attr_sect);
1153 BIO_printf(bio_err,"unable to get '%s' section\n",attr_sect);
1168 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1202 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
    [all...]

Completed in 698 milliseconds