Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBIO_new.pod5 BIO_new_ex, BIO_new, BIO_up_ref, BIO_free, BIO_vfree, BIO_free_all
14 int BIO_up_ref(BIO *a);
28 BIO_up_ref() increments the reference count associated with the BIO object.
46 BIO_up_ref() and BIO_free() return 1 for success and 0 for failure.
H A DSSL_set_bio.pod30 number of references available using L<BIO_up_ref(3)> before calling the set0
/openssl/test/
H A Dquic_tserver_test.c114 if (!BIO_up_ref(s_net_bio)) in do_test()
184 if (!TEST_true(BIO_up_ref(c_net_bio))) { in do_test()
H A Dbio_core_test.c48 return BIO_up_ref(bio->bio); in tst_bio_core_up_ref()
H A Dbad_dtls_test.c521 if (!TEST_true(BIO_up_ref(rbio))) { in test_bad_dtls()
530 if (!TEST_true(BIO_up_ref(wbio))) { in test_bad_dtls()
H A Dquic_client_test.c88 if (!TEST_true(BIO_up_ref(c_net_bio))) { in test_quic_client_ex()
H A Dbio_prefix_text.c105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
H A Dsslapitest.c2817 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_extra_tickets()
3007 BIO_up_ref(irbio); in test_ssl_set_bio()
3009 BIO_up_ref(iwbio); in test_ssl_set_bio()
3029 BIO_up_ref(nrbio); in test_ssl_set_bio()
3033 BIO_up_ref(nwbio); in test_ssl_set_bio()
6823 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_peer_in_write()
6997 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_local_in_write()
8766 if (!TEST_true(BIO_up_ref(tmp))) { in test_async_shutdown()
10177 || !TEST_true(BIO_up_ref(rbio))) in test_ssl_dup()
11816 if (!TEST_true(BIO_up_ref(tmp))) in test_data_retry()
[all …]
H A Dssl_old_test.c2659 if (!BIO_up_ref(c_to_s)) { in doit()
2665 if (!BIO_up_ref(s_to_c)) { in doit()
H A Dquic_multistream_test.c731 if (!BIO_up_ref(h->s_net_bio)) in helper_init()
802 if (!TEST_true(BIO_up_ref(h->c_net_bio))) in helper_init()
/openssl/crypto/bio/
H A Dossl_core_bio.c60 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
H A Dbio_lib.c187 int BIO_up_ref(BIO *a) in BIO_up_ref() function
/openssl/ssl/
H A Dbio_ssl.c303 BIO_up_ref(bio); in ssl_ctrl()
339 BIO_up_ref(next); in ssl_ctrl()
H A Dssl_lib.c1565 BIO_up_ref(rbio); in SSL_set_bio()
1728 BIO_up_ref(rbio); in SSL_set_wfd()
1755 BIO_up_ref(wbio); in SSL_set_rfd()
4229 BIO_up_ref(keylog_bio); in SSL_CTX_new_ex()
/openssl/util/
H A Dquicserver.c195 if (bio == NULL || !BIO_up_ref(bio)) { in main()
H A Dlibcrypto.num3825 BIO_up_ref 3912 3_0_0 EXIST::FUNCTION:
/openssl/ssl/record/methods/
H A Dtls_common.c1332 if (prev != NULL && !BIO_up_ref(prev)) in tls_int_new_record_layer()
1336 if (next != NULL && !BIO_up_ref(next)) in tls_int_new_record_layer()
1993 if (bio != NULL && !BIO_up_ref(bio)) in tls_set1_bio()
/openssl/test/helpers/
H A Dssltestlib.c1194 BIO_up_ref(s_to_c_bio); in create_ssl_objects()
1195 BIO_up_ref(c_to_s_bio); in create_ssl_objects()
H A Dhandshake.c1528 if (!TEST_int_gt(BIO_up_ref(server_to_client), 0) in do_handshake_internal()
1529 || !TEST_int_gt(BIO_up_ref(client_to_server), 0)) in do_handshake_internal()
H A Dquictestlib.c286 if (!BIO_up_ref(sbio)) in qtest_create_quic_objects()
/openssl/crypto/http/
H A Dhttp_client.c341 if (!BIO_up_ref(req)) in set1_content()
1189 if (resp != NULL && !BIO_up_ref(resp)) in OSSL_HTTP_exchange()
/openssl/ssl/quic/
H A Dquic_tls.c535 if (bio != NULL && !BIO_up_ref(bio)) in quic_set1_bio()
/openssl/doc/man7/
H A Dprovider-base.pod68 int BIO_up_ref(OSSL_CORE_BIO *bio);
174 BIO_up_ref OSSL_FUNC_BIO_UP_REF
301 BIO_new_file(), BIO_new_mem_buf(), BIO_read_ex(), BIO_write_ex(), BIO_up_ref(),
/openssl/include/openssl/
H A Dcore_dispatch.h171 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
H A Dbio.h.in712 int BIO_up_ref(BIO *a);

Completed in 189 milliseconds