Home
last modified time | relevance | path

Searched refs:mem_bio (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c188 BIO *mem_bio = NULL; in generate_config_and_load() local
191 mem_bio = BIO_new(BIO_s_mem()); in generate_config_and_load()
192 if (mem_bio == NULL) in generate_config_and_load()
194 if (!write_config_header(mem_bio, prov_name, section) in generate_config_and_load()
195 || !write_config_fips_section(mem_bio, section, in generate_config_and_load()
202 conf = app_load_config_bio(mem_bio, NULL); in generate_config_and_load()
208 BIO_free(mem_bio); in generate_config_and_load()
212 BIO_free(mem_bio); in generate_config_and_load()
299 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local
474 mem_bio in fipsinstall_main()
[all...]
/third_party/openssl/apps/
H A Dfipsinstall.c188 BIO *mem_bio = NULL; in generate_config_and_load() local
191 mem_bio = BIO_new(BIO_s_mem()); in generate_config_and_load()
192 if (mem_bio == NULL) in generate_config_and_load()
194 if (!write_config_header(mem_bio, prov_name, section) in generate_config_and_load()
195 || !write_config_fips_section(mem_bio, section, in generate_config_and_load()
202 conf = app_load_config_bio(mem_bio, NULL); in generate_config_and_load()
208 BIO_free(mem_bio); in generate_config_and_load()
212 BIO_free(mem_bio); in generate_config_and_load()
299 BIO *module_bio = NULL, *mem_bio = NULL, *fout = NULL; in fipsinstall_main() local
474 mem_bio in fipsinstall_main()
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dasn1.rs72 let mem_bio = match MemBio::new() { in fmt()
77 mem_bio.as_ptr(), in fmt()
82 Ok(_) => f.write_str(str::from_utf8_unchecked(mem_bio.get_buf())), in fmt()
283 let mem_bio = match MemBio::new() { in fmt()
287 let print_result = cvt(ffi::ASN1_TIME_print(mem_bio.as_ptr(), self.as_ptr())); in fmt()
290 Ok(_) => f.write_str(str::from_utf8_unchecked(mem_bio.get_buf())), in fmt()

Completed in 3 milliseconds