Searched refs:BIO_up_ref (Results 1 – 18 of 18) sorted by relevance
/openssl-master/doc/man3/ |
A D | BIO_new.pod | 5 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 D | SSL_set_bio.pod | 30 number of references available using L<BIO_up_ref(3)> before calling the set0
|
/openssl-master/crypto/bio/ |
A D | ossl_core_bio.c | 62 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
|
A D | bio_lib.c | 193 int BIO_up_ref(BIO *a) in BIO_up_ref() function
|
/openssl-master/test/ |
A D | bio_core_test.c | 48 return BIO_up_ref(bio->bio); in tst_bio_core_up_ref()
|
A D | bad_dtls_test.c | 517 if (!TEST_true(BIO_up_ref(rbio))) { in test_bad_dtls() 526 if (!TEST_true(BIO_up_ref(wbio))) { in test_bad_dtls()
|
A D | bio_prefix_text.c | 105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
|
A D | sslapitest.c | 2574 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 D | ssl_old_test.c | 2585 if (!BIO_up_ref(c_to_s)) { in doit() 2591 if (!BIO_up_ref(s_to_c)) { in doit()
|
/openssl-master/ssl/ |
A D | bio_ssl.c | 296 BIO_up_ref(bio); in ssl_ctrl() 332 BIO_up_ref(next); in ssl_ctrl()
|
A D | ssl_lib.c | 1306 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 D | ssltestlib.c | 913 BIO_up_ref(s_to_c_bio); in create_ssl_objects() 914 BIO_up_ref(c_to_s_bio); in create_ssl_objects()
|
A D | handshake.c | 1495 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 D | http_client.c | 296 && BIO_up_ref(req)) { in set1_content() 1035 if (resp != NULL && !BIO_up_ref(resp)) in OSSL_HTTP_exchange()
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 73 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 D | core_dispatch.h | 170 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
|
A D | bio.h.in | 615 int BIO_up_ref(BIO *a);
|
/openssl-master/util/ |
A D | libcrypto.num | 3825 BIO_up_ref 3912 3_0_0 EXIST::FUNCTION:
|
Completed in 67 milliseconds