Lines Matching refs:section
349 const char *section) in write_config_header() argument
355 && BIO_printf(out, "%s = %s\n\n", prov_name, section); in write_config_header()
365 static int write_config_fips_section(BIO *out, const char *section, in write_config_fips_section() argument
374 if (BIO_printf(out, "[%s]\n", section) <= 0 in write_config_fips_section()
464 const char *section, in generate_config_and_load() argument
475 if (!write_config_header(mem_bio, prov_name, section) in generate_config_and_load()
476 || !write_config_fips_section(mem_bio, section, in generate_config_and_load()
512 static int verify_config(const char *infile, const char *section, in verify_config() argument
527 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION); in verify_config()
532 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC); in verify_config()
545 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS); in verify_config()
550 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC); in verify_config()