/openssl/fuzz/ |
H A D | dtlsserver.c | 628 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 641 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 653 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 665 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 677 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 689 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 700 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 701 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
|
H A D | server.c | 571 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 583 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 595 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 607 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 618 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 619 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
|
H A D | cms.c | 36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
|
H A D | client.c | 77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
|
H A D | dtlsclient.c | 77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput() 80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
|
H A D | asn1.c | 221 BIO *bio = BIO_new(BIO_s_null()); \ 240 BIO *bio = BIO_new(BIO_s_null()); \ 258 BIO *bio = BIO_new(BIO_s_null()); \ 277 BIO *bio = BIO_new(BIO_s_null()); \ 322 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
|
H A D | asn1parse.c | 26 bio_out = BIO_new(BIO_s_null()); /* output will be ignored */ in FuzzerInitialize()
|
/openssl/test/testutil/ |
H A D | basic_output.c | 34 tap_out = BIO_push(BIO_new(BIO_f_linebuffer()), tap_out); in test_open_streams() 35 tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err); in test_open_streams() 37 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams() 38 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams() 40 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams() 41 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()
|
H A D | load.c | 23 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_cert_pem() 74 if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_pkey_pem()
|
/openssl/test/ |
H A D | bio_meth_test.c | 26 || !TEST_ptr(bio1 = BIO_new(meth1)) in test_bio_meth() 27 || !TEST_ptr(bio2 = BIO_new(meth2)) in test_bio_meth() 28 || !TEST_ptr(bio3 = BIO_new(meth3)) in test_bio_meth() 29 || !TEST_ptr(membio = BIO_new(BIO_s_mem()))) in test_bio_meth()
|
H A D | bio_memleak_test.c | 24 bio = BIO_new(BIO_s_mem()); in test_bio_memleak() 49 bio = BIO_new(BIO_s_mem()); in test_bio_get_mem() 124 bio2 = BIO_new(BIO_s_mem()); in test_bio_rdonly_mem_buf() 154 bio = BIO_new(BIO_s_mem()); in test_bio_rdwr_rdonly() 190 bio = BIO_new(BIO_s_mem()); in test_bio_nonclear_rst() 245 if (!TEST_ptr(bio = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime() 255 if (!TEST_ptr(out = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
|
H A D | bio_enc_test.c | 53 b = BIO_new(BIO_f_cipher()); in do_bio_cipher() 67 b = BIO_new(BIO_f_cipher()); in do_bio_cipher() 106 b = BIO_new(BIO_f_cipher()); in do_bio_cipher() 132 b = BIO_new(BIO_f_cipher()); in do_bio_cipher() 152 b = BIO_new(BIO_f_cipher()); in do_bio_cipher() 184 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
|
H A D | bio_comp_test.c | 49 if (!TEST_ptr(bcomp = BIO_new(meth))) in do_bio_comp_test() 51 if (!TEST_ptr(bmem = BIO_new(BIO_s_mem()))) in do_bio_comp_test() 62 if (!TEST_ptr(bexp = BIO_new(meth))) in do_bio_comp_test()
|
H A D | http_test.c | 125 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_method() 126 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_method() 136 req = BIO_new(BIO_s_mem()); in test_http_method() 207 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() 208 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_keep_alive() 421 BIO *wbio = BIO_new(BIO_s_mem()); in test_http_resp_hdr_limit() 422 BIO *rbio = BIO_new(BIO_s_mem()); in test_http_resp_hdr_limit()
|
H A D | servername_test.c | 122 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state() 123 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state() 171 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state() 172 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
|
H A D | bio_prefix_text.c | 108 BIO *curr = BIO_new(BIO_f_prefix()); in setup_bio_chain() 151 bio_out = BIO_push(BIO_new(BIO_f_linebuffer()), bio_out); in setup() 152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in setup()
|
H A D | pemtest.c | 35 BIO *b = BIO_new(BIO_s_mem()); in test_b64() 65 BIO *b = BIO_new(BIO_s_mem()); in test_invalid()
|
/openssl/doc/man3/ |
H A D | BIO_new.pod | 5 BIO_new_ex, BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all 13 BIO *BIO_new(const BIO_METHOD *type); 25 The BIO_new() is the same as BIO_new_ex() except the default library context is 44 BIO_new_ex() and BIO_new() return a newly created BIO or NULL if the call fails. 68 BIO *mem = BIO_new(BIO_s_mem());
|
H A D | BIO_f_md.pod | 83 bio = BIO_new(BIO_s_null()); 84 mdtmp = BIO_new(BIO_f_md()); 91 mdtmp = BIO_new(BIO_f_md()); 104 mdtmp = BIO_new(BIO_f_md()); 107 mdtmp = BIO_new(BIO_f_md());
|
/openssl/crypto/asn1/ |
H A D | a_i2d_fp.c | 23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp() 74 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp() 120 if ((res = BIO_new(BIO_s_mem())) == NULL) in ASN1_item_i2d_mem_bio()
|
/openssl/crypto/lhash/ |
H A D | lh_stats.c | 31 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_stats() 43 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_stats() 55 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_usage_stats()
|
/openssl/crypto/dsa/ |
H A D | dsa_prn.c | 27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp() 42 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
|
/openssl/demos/bio/ |
H A D | sconnect.c | 68 ssl_bio = BIO_new(BIO_f_ssl()); in main() 72 out = BIO_new(BIO_s_connect()); in main()
|
/openssl/crypto/ec/ |
H A D | eck_prn.c | 26 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp() 41 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp() 56 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
|
/openssl/crypto/dh/ |
H A D | dh_prn.c | 27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
|