Home
last modified time | relevance | path

Searched refs:mem_bio (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Dfipsinstall.c457 BIO *mem_bio = NULL; in generate_config_and_load() local
460 mem_bio = BIO_new(BIO_s_mem()); in generate_config_and_load()
461 if (mem_bio == NULL) in generate_config_and_load()
463 if (!write_config_header(mem_bio, prov_name, section) in generate_config_and_load()
464 || !write_config_fips_section(mem_bio, section, in generate_config_and_load()
469 conf = app_load_config_bio(mem_bio, NULL); in generate_config_and_load()
475 BIO_free(mem_bio); in generate_config_and_load()
479 BIO_free(mem_bio); in generate_config_and_load()
565 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local
842 if (mem_bio == NULL) { in fipsinstall_main()
[all …]
/openssl/test/
H A Djson_test.c20 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 9 milliseconds