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