Lines Matching full:nconf_get_string
495 p=NCONF_get_string(req_conf,NULL,"oid_file");
521 p=NCONF_get_string(req_conf,SECTION,"default_md");
533 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
551 passin = NCONF_get_string(req_conf, SECTION, "input_password");
558 passout = NCONF_get_string(req_conf, SECTION, "output_password");
563 p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
574 p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
584 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
622 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
703 keyout=NCONF_get_string(req_conf,SECTION,KEYFILE);
729 p=NCONF_get_string(req_conf,SECTION,"encrypt_rsa_key");
733 p=NCONF_get_string(req_conf,SECTION,"encrypt_key");
1111 tmp=NCONF_get_string(req_conf,SECTION,PROMPT);
1116 dn_sect=NCONF_get_string(req_conf,SECTION,DISTINGUISHED_NAME);
1130 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1256 if ((def=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1263 if ((value=NCONF_get_string(req_conf,dn_sect,buf)) == NULL)
1321 if ((def=NCONF_get_string(req_conf,attr_sect,buf))
1330 if ((value=NCONF_get_string(req_conf,attr_sect,buf))