Searched refs:mem_bio (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | fipsinstall.c | 515 BIO *mem_bio = NULL; in generate_config_and_load() local 518 mem_bio = BIO_new(BIO_s_mem()); in generate_config_and_load() 519 if (mem_bio == NULL) in generate_config_and_load() 521 if (!write_config_header(mem_bio, prov_name, section) in generate_config_and_load() 522 || !write_config_fips_section(mem_bio, section, in generate_config_and_load() 527 conf = app_load_config_bio(mem_bio, NULL); in generate_config_and_load() 533 BIO_free(mem_bio); in generate_config_and_load() 537 BIO_free(mem_bio); in generate_config_and_load() 624 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local 900 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL, in fipsinstall_main() [all …]
|
| /freebsd/crypto/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() 657 if (!TEST_true(BIO_get_mem_ptr(h.mem_bio, &bufp))) in run_script()
|