Lines Matching refs:conf
72 static CONF *conf; variable
86 if (!TEST_int_gt(NCONF_load_bio(conf, in, &errline), 0) in test_load_config()
98 if (!TEST_int_gt(CONF_modules_load(conf, NULL, 0), 0)) { in test_load_config()
105 if (!TEST_int_eq(NCONF_get_number(conf, "CA_default", "default_days", &val), 1) in test_load_config()
113 if (!TEST_int_eq(NCONF_get_number(conf, "req", "default_bits", &val), 1) in test_load_config()
120 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
129 if (!TEST_int_eq(NCONF_get_number(conf, "null_sect", "activate", &val), 1) in test_load_config()
135 if (!TEST_int_eq(NCONF_get_number(conf, "default_sect", "activate", &val), 1) in test_load_config()
141 if (!TEST_int_eq(NCONF_get_number(conf, "legacy_sect", "activate", &val), 1) in test_load_config()
252 if (!TEST_ptr(conf = NCONF_new(NULL))) in setup_tests()
299 NCONF_free(conf); in cleanup_tests()