Home | History | Annotate | Download | only in apps

Lines Matching refs:NCONF_get_string

504 		p=NCONF_get_string(req_conf,NULL,"oid_file");
530 p=NCONF_get_string(req_conf,SECTION,"default_md");
542 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
560 passin = NCONF_get_string(req_conf, SECTION, "input_password");
567 passout = NCONF_get_string(req_conf, SECTION, "output_password");
572 p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
583 p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
593 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
640 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
712 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);
738 p=NCONF_get_string(req_conf,SECTION,"encrypt_rsa_key");
742 p=NCONF_get_string(req_conf,SECTION,"encrypt_key");
1124 tmp=NCONF_get_string(req_conf,SECTION,PROMPT);
1129 dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME);
1143 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1269 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1276 if ((value=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1334 if ((def=NCONF_get_string(req_conf,attr_sect,buf))
1343 if ((value=NCONF_get_string(req_conf,attr_sect,buf))