Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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.
A DSSL_set_bio.pod30 number of references available using L<BIO_up_ref(3)> before calling the set0
/openssl-master/crypto/bio/
A Dossl_core_bio.c62 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
A Dbio_lib.c193 int BIO_up_ref(BIO *a) in BIO_up_ref() function
/openssl-master/test/
A Dbio_core_test.c48 return BIO_up_ref(bio->bio); in tst_bio_core_up_ref()
A Dbad_dtls_test.c517 if (!TEST_true(BIO_up_ref(rbio))) { in test_bad_dtls()
526 if (!TEST_true(BIO_up_ref(wbio))) { in test_bad_dtls()
A Dbio_prefix_text.c105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
A Dsslapitest.c2574 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_extra_tickets()
2764 BIO_up_ref(irbio); in test_ssl_set_bio()
2766 BIO_up_ref(iwbio); in test_ssl_set_bio()
2786 BIO_up_ref(nrbio); in test_ssl_set_bio()
2790 BIO_up_ref(nwbio); in test_ssl_set_bio()
6199 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_peer_in_write()
6364 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_local_in_write()
8971 || !TEST_true(BIO_up_ref(rbio))) in test_ssl_dup()
8977 if (!TEST_ptr(wbio) || !TEST_true(BIO_up_ref(wbio))) in test_ssl_dup()
A Dssl_old_test.c2585 if (!BIO_up_ref(c_to_s)) { in doit()
2591 if (!BIO_up_ref(s_to_c)) { in doit()
/openssl-master/ssl/
A Dbio_ssl.c296 BIO_up_ref(bio); in ssl_ctrl()
332 BIO_up_ref(next); in ssl_ctrl()
A Dssl_lib.c1306 BIO_up_ref(rbio); in SSL_set_bio()
1428 BIO_up_ref(rbio); in SSL_set_wfd()
1449 BIO_up_ref(wbio); in SSL_set_rfd()
/openssl-master/test/helpers/
A Dssltestlib.c913 BIO_up_ref(s_to_c_bio); in create_ssl_objects()
914 BIO_up_ref(c_to_s_bio); in create_ssl_objects()
A Dhandshake.c1495 if (!TEST_int_gt(BIO_up_ref(server_to_client), 0) in do_handshake_internal()
1496 || !TEST_int_gt(BIO_up_ref(client_to_server), 0)) in do_handshake_internal()
/openssl-master/crypto/http/
A Dhttp_client.c296 && BIO_up_ref(req)) { in set1_content()
1035 if (resp != NULL && !BIO_up_ref(resp)) in OSSL_HTTP_exchange()
/openssl-master/doc/man7/
A Dprovider-base.pod73 int BIO_up_ref(OSSL_CORE_BIO *bio);
172 BIO_up_ref OSSL_FUNC_BIO_UP_REF
296 BIO_new_file(), BIO_new_mem_buf(), BIO_read_ex(), BIO_write_ex(), BIO_up_ref(),
/openssl-master/include/openssl/
A Dcore_dispatch.h170 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
A Dbio.h.in615 int BIO_up_ref(BIO *a);
/openssl-master/util/
A Dlibcrypto.num3825 BIO_up_ref 3912 3_0_0 EXIST::FUNCTION:

Completed in 67 milliseconds