Home
last modified time | relevance | path

Searched refs:BIO_new (Results 1 – 25 of 169) sorted by relevance

1234567

/openssl/fuzz/
H A Ddtlsserver.c628 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 Dserver.c571 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 Dcms.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dclient.c77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Ddtlsclient.c77 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
H A Dasn1.c221 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()
/openssl/test/testutil/
H A Dbasic_output.c34 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 Dload.c23 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 Dbio_meth_test.c26 || !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 Dbio_memleak_test.c24 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 Dbio_enc_test.c53 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 Dbio_comp_test.c49 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 Dhttp_test.c125 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 Dservername_test.c122 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 Dbio_prefix_text.c108 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 Dpemtest.c35 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 DBIO_new.pod5 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 DBIO_f_md.pod83 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 Da_i2d_fp.c23 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 Dlh_stats.c31 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 Ddsa_prn.c27 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 Dsconnect.c68 ssl_bio = BIO_new(BIO_f_ssl()); in main()
72 out = BIO_new(BIO_s_connect()); in main()
/openssl/crypto/ec/
H A Deck_prn.c26 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/ssl/
H A Dssl_rsa_legacy.c49 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
131 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
/openssl/crypto/dh/
H A Ddh_prn.c27 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()

Completed in 67 milliseconds

1234567