Home
last modified time | relevance | path

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

1234

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dossl_core_bio.c62 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
H A Dbio_lib.c194 int BIO_up_ref(BIO *a) in BIO_up_ref() function
/third_party/openssl/test/
H A Dbio_core_test.c48 return BIO_up_ref(bio->bio); in tst_bio_core_up_ref()
H A Dbio_prefix_text.c105 BIO_up_ref(next); /* Protection against freeing */ in setup_bio_chain()
H 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()
H A Dsslapitest.c2773 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_extra_tickets()
2963 BIO_up_ref(irbio); in test_ssl_set_bio()
2965 BIO_up_ref(iwbio); in test_ssl_set_bio()
2985 BIO_up_ref(nrbio); in test_ssl_set_bio()
2989 BIO_up_ref(nwbio); in test_ssl_set_bio()
6522 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_peer_in_write()
6687 if (!TEST_ptr(tmp) || !TEST_true(BIO_up_ref(tmp))) { in test_key_update_local_in_write()
9442 || !TEST_true(BIO_up_ref(rbio))) in test_ssl_dup()
9448 if (!TEST_ptr(wbio) || !TEST_true(BIO_up_ref(wbio))) in test_ssl_dup()
H A Dssl_old_test.c2642 if (!BIO_up_ref(c_to_s)) { in doit()
2648 if (!BIO_up_ref(s_to_c)) { in doit()
/third_party/openssl/crypto/bio/
H A Dossl_core_bio.c62 if (cb == NULL || !BIO_up_ref(bio)) { in ossl_core_bio_new_from_bio()
H A Dbio_lib.c194 int BIO_up_ref(BIO *a) in BIO_up_ref() function
/third_party/node/deps/openssl/openssl/ssl/
H A Dbio_ssl.c296 BIO_up_ref(bio); in ssl_ctrl()
332 BIO_up_ref(next); in ssl_ctrl()
/third_party/openssl/ssl/
H A Dbio_ssl.c296 BIO_up_ref(bio); in ssl_ctrl()
332 BIO_up_ref(next); in ssl_ctrl()
/third_party/openssl/test/helpers/
H A Dssltestlib.c1034 BIO_up_ref(s_to_c_bio); in create_ssl_objects()
1035 BIO_up_ref(c_to_s_bio); in create_ssl_objects()
H A Dhandshake.c1504 if (!TEST_int_gt(BIO_up_ref(server_to_client), 0) in do_handshake_internal()
1505 || !TEST_int_gt(BIO_up_ref(client_to_server), 0)) in do_handshake_internal()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c331 if (!BIO_up_ref(req)) in set1_content()
1101 if (resp != NULL && !BIO_up_ref(resp)) in OSSL_HTTP_exchange()
/third_party/openssl/crypto/http/
H A Dhttp_client.c324 if (!BIO_up_ref(req)) in set1_content()
1090 if (resp != NULL && !BIO_up_ref(resp)) in OSSL_HTTP_exchange()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h170 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h170 OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h558 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h640 int BIO_up_ref(BIO *a);

Completed in 56 milliseconds

1234