Lines Matching defs:section
53 "FIPS Provider config section name (optional)"},
131 const char *section)
137 && BIO_printf(out, "%s = %s\n\n", prov_name, section);
147 static int write_config_fips_section(BIO *out, const char *section,
157 if (BIO_printf(out, "[%s]\n", section) <= 0
182 const char *section,
194 if (!write_config_header(mem_bio, prov_name, section)
195 || !write_config_fips_section(mem_bio, section,
233 static int verify_config(const char *infile, const char *section,
248 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION);
253 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC);
266 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS);
271 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC);