Searched refs:mem_bio (Results 1 – 2 of 2) sorted by relevance
/openssl/apps/ |
H A D | fipsinstall.c | 469 BIO *mem_bio = NULL; in generate_config_and_load() local 472 mem_bio = BIO_new(BIO_s_mem()); in generate_config_and_load() 473 if (mem_bio == NULL) in generate_config_and_load() 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() 481 conf = app_load_config_bio(mem_bio, NULL); in generate_config_and_load() 487 BIO_free(mem_bio); in generate_config_and_load() 491 BIO_free(mem_bio); in generate_config_and_load() 578 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local 857 if (mem_bio == NULL) { in fipsinstall_main() [all …]
|
/openssl/test/ |
H A D | json_test.c | 20 BIO *mem_bio; member 28 if (!TEST_ptr(h->mem_bio = BIO_new(BIO_s_mem()))) in helper_ensure() 31 if (!ossl_json_init(&h->j, h->mem_bio, h->flags)) { in helper_ensure() 32 BIO_free_all(h->mem_bio); in helper_ensure() 33 h->mem_bio = NULL; in helper_ensure() 43 BIO_free_all(h->mem_bio); in helper_cleanup() 44 h->mem_bio = NULL; in helper_cleanup() 661 if (!TEST_true(BIO_get_mem_ptr(h.mem_bio, &bufp))) in run_script()
|
Completed in 13 milliseconds