Lines Matching refs:NCONF_get_string
636 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
658 p = NCONF_get_string(req_conf, SECTION, "default_md"); in req_main()
667 req_config.extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in req_main()
694 passin = NCONF_get_string(req_conf, SECTION, "input_password"); in req_main()
699 passout = NCONF_get_string(req_conf, SECTION, "output_password"); in req_main()
703 p = NCONF_get_string(req_conf, SECTION, STRING_MASK); in req_main()
712 p = NCONF_get_string(req_conf, SECTION, UTF8_IN); in req_main()
719 req_config.req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in req_main()
799 req_config.keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in req_main()
814 p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key"); in req_main()
817 p = NCONF_get_string(req_conf, SECTION, "encrypt_key"); in req_main()
1137 tmp = NCONF_get_string(req_conf, SECTION, PROMPT); in make_REQ()
1143 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME); in make_REQ()
1154 attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES); in make_REQ()
1277 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1287 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1345 if ((def = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
1356 if ((value = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()