Lines Matching defs:mem_bio
188 BIO *mem_bio = NULL;
191 mem_bio = BIO_new(BIO_s_mem());
192 if (mem_bio == NULL)
194 if (!write_config_header(mem_bio, prov_name, section)
195 || !write_config_fips_section(mem_bio, section,
202 conf = app_load_config_bio(mem_bio, NULL);
208 BIO_free(mem_bio);
212 BIO_free(mem_bio);
299 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL;
474 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL,
476 if (mem_bio == NULL) {
480 if (!do_mac(ctx2, read_buffer, mem_bio, install_mac, &install_mac_len))
531 BIO_free(mem_bio);