Searched refs:BIO_up_ref (Results 1 – 25 of 25) sorted by relevance
/openssl/doc/man3/ |
H 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.
|
H A D | SSL_set_bio.pod | 30 number of references available using L<BIO_up_ref(3)> before calling the set0
|
/openssl/test/ |
H A D | quic_tserver_test.c | 114 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 D | bio_core_test.c | 48 return BIO_up_ref(bio->bio); in tst_bio_core_up_ref()
|
H A D | bad_dtls_test.c | 521 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 D | quic_client_test.c | 88 if (!TEST_true(BIO_up_ref(c_net_bio))) { in test_quic_client_ex()
|
H A D | bio_prefix_text.c | 105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
|
H A D | sslapitest.c | 2817 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 D | ssl_old_test.c | 2659 if (!BIO_up_ref(c_to_s)) { in doit() 2665 if (!BIO_up_ref(s_to_c)) { in doit()
|
H A D | quic_multistream_test.c | 731 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 D | ossl_core_bio.c | 60 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
|
H A D | bio_lib.c | 187 int BIO_up_ref(BIO *a) in BIO_up_ref() function
|
/openssl/ssl/ |
H A D | bio_ssl.c | 303 BIO_up_ref(bio); in ssl_ctrl() 339 BIO_up_ref(next); in ssl_ctrl()
|
H A D | ssl_lib.c | 1565 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 D | quicserver.c | 195 if (bio == NULL || !BIO_up_ref(bio)) { in main()
|
H A D | libcrypto.num | 3825 BIO_up_ref 3912 3_0_0 EXIST::FUNCTION:
|
/openssl/ssl/record/methods/ |
H A D | tls_common.c | 1332 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 D | ssltestlib.c | 1194 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 D | handshake.c | 1528 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 D | quictestlib.c | 286 if (!BIO_up_ref(sbio)) in qtest_create_quic_objects()
|
/openssl/crypto/http/ |
H A D | http_client.c | 341 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 D | quic_tls.c | 535 if (bio != NULL && !BIO_up_ref(bio)) in quic_set1_bio()
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 68 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 D | core_dispatch.h | 171 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
|
H A D | bio.h.in | 712 int BIO_up_ref(BIO *a);
|
Completed in 189 milliseconds