Lines Matching refs:NCONF_get_string
514 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
542 p = NCONF_get_string(req_conf, section, "default_md"); in req_main()
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS); in req_main()
581 NCONF_get_string(req_conf, section, "input_password"); in req_main()
588 NCONF_get_string(req_conf, section, "output_password"); in req_main()
593 p = NCONF_get_string(req_conf, section, STRING_MASK); in req_main()
603 p = NCONF_get_string(req_conf, section, UTF8_IN); in req_main()
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS); in req_main()
695 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()
712 p = NCONF_get_string(req_conf, section, "encrypt_rsa_key"); in req_main()
715 p = NCONF_get_string(req_conf, section, "encrypt_key"); in req_main()
1076 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()
1082 dn_sect = NCONF_get_string(req_conf, section, DISTINGUISHED_NAME); in make_REQ()
1093 attr_sect = NCONF_get_string(req_conf, section, ATTRIBUTES); in make_REQ()
1192 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1199 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1250 if ((def = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
1258 if ((value = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()