Home
last modified time | relevance | path

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

123456

/third_party/openssl/fuzz/
Dserver.c561 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
573 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
585 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
597 bio_buf = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
610 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
611 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
Dcms.c36 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
Dasn1.c214 BIO *bio = BIO_new(BIO_s_null()); \
231 BIO *bio = BIO_new(BIO_s_null()); \
247 BIO *bio = BIO_new(BIO_s_null()); \
264 BIO *bio = BIO_new(BIO_s_null()); \
304 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
Dclient.c79 in = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
80 out = BIO_new(BIO_s_mem()); in FuzzerTestOneInput()
/third_party/openssl/test/
Dbio_enc_test.c53 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
62 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
89 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
110 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
125 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
152 b = BIO_new(BIO_f_cipher()); in do_bio_cipher()
Dbio_memleak_test.c26 bio = BIO_new(BIO_s_mem()); in test_bio_memleak()
51 bio = BIO_new(BIO_s_mem()); in test_bio_get_mem()
126 bio2 = BIO_new(BIO_s_mem()); in test_bio_rdonly_mem_buf()
156 bio = BIO_new(BIO_s_mem()); in test_bio_rdwr_rdonly()
192 bio = BIO_new(BIO_s_mem()); in test_bio_nonclear_rst()
247 if (!TEST_ptr(bio = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
257 if (!TEST_ptr(out = BIO_new(BIO_s_mem()))) in test_bio_i2d_ASN1_mime()
Dservername_test.c105 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
106 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_before_state()
150 rbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
151 wbio = BIO_new(BIO_s_mem()); in client_setup_sni_after_state()
Dpemtest.c33 BIO *b = BIO_new(BIO_s_mem()); in test_b64()
63 BIO *b = BIO_new(BIO_s_mem()); in test_invalid()
Dclienthellotest.c167 rbio = BIO_new(BIO_s_mem()); in test_client_hello()
168 wbio = BIO_new(BIO_s_mem()); in test_client_hello()
/third_party/openssl/test/testutil/
Dbasic_output.c25 bio_out = BIO_push(BIO_new(BIO_f_linebuffer()), bio_out); in test_open_streams()
26 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in test_open_streams()
28 bio_err = BIO_push(BIO_new(BIO_f_tap()), bio_err); in test_open_streams()
/third_party/openssl/doc/man3/
DBIO_new.pod5 BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all
12 BIO * BIO_new(const BIO_METHOD *type);
20 The BIO_new() function returns a new BIO using method B<type>.
38 BIO_new() returns a newly created BIO or NULL if the call fails.
60 BIO *mem = BIO_new(BIO_s_mem());
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());
/third_party/openssl/crypto/lhash/
Dlh_stats.c28 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_stats()
40 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_stats()
52 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_usage_stats()
/third_party/openssl/crypto/dsa/
Ddsa_prn.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp()
36 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
/third_party/openssl/demos/bio/
Dsconnect.c70 ssl_bio = BIO_new(BIO_f_ssl()); in main()
74 out = BIO_new(BIO_s_connect()); in main()
/third_party/openssl/crypto/asn1/
Da_i2d_fp.c23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()
76 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
Da_d2i_fp.c26 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_d2i_fp()
81 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_d2i_fp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem()); in generalizedtime_str()
273 out = BIO_new(BIO_s_mem()); in responderid_str()
297 out = BIO_new(BIO_s_mem()); in octet_string_str()
310 out = BIO_new(BIO_s_mem()); in integer_str()
323 out = BIO_new(BIO_s_mem()); in algor_str()
339 out = BIO_new(BIO_s_mem()); in extensions_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem()); in generalizedtime_str()
273 out = BIO_new(BIO_s_mem()); in responderid_str()
297 out = BIO_new(BIO_s_mem()); in octet_string_str()
310 out = BIO_new(BIO_s_mem()); in integer_str()
323 out = BIO_new(BIO_s_mem()); in algor_str()
339 out = BIO_new(BIO_s_mem()); in extensions_str()
/third_party/openssl/crypto/ec/
Deck_prn.c23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp()
38 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp()
53 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
/third_party/openssl/ssl/
Dssl_rsa.c50 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
172 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
241 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
364 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
447 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
514 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
589 in = BIO_new(BIO_s_file()); in use_certificate_chain_file()
909 bin = BIO_new(BIO_s_file()); in SSL_CTX_use_serverinfo_file()
/third_party/openssl/doc/man7/
Dbio.pod41 BIO_new(). Others (such as file BIOs) need some additional initialization,
59 BIO *mem = BIO_new(BIO_s_mem());
67 L<BIO_find_type(3)>, L<BIO_new(3)>,
/third_party/openssl/test/ossl_shim/
Dasync_bio.cc149 return bssl::UniquePtr<BIO>(BIO_new(AsyncMethod())); in AsyncBioCreate()
153 bssl::UniquePtr<BIO> ret(BIO_new(AsyncMethod())); in AsyncBioCreateDatagram()
/third_party/openssl/crypto/dh/
Ddh_prn.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
/third_party/openssl/crypto/x509/
Dby_file.c81 in = BIO_new(BIO_s_file()); in X509_load_cert_file()
138 in = BIO_new(BIO_s_file()); in X509_load_crl_file()

123456