Home
last modified time | relevance | path

Searched refs:BIO_set_shutdown (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_get_data.pod5 BIO_set_data, BIO_get_data, BIO_set_init, BIO_get_init, BIO_set_shutdown,
16 void BIO_set_shutdown(BIO *a, int shut);
35 The BIO_set_shutdown() and BIO_get_shutdown() functions set and get the state of
/third_party/openssl/ssl/
Dbio_ssl.c288 BIO_set_shutdown(b, num); in ssl_ctrl()
311 BIO_set_shutdown(b, (int)num); in ssl_ctrl()
/third_party/node/src/
Dnode_crypto_bio.cc202 BIO_set_shutdown(bio, num); in Ctrl()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c250 BIO_set_shutdown (BIO * bio, int shutdown) in BIO_set_shutdown() function
1304 BIO_set_shutdown (bio, 0); in bio_method_new()
/third_party/openssl/crypto/bio/
Dbio_lib.c163 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown() function
/third_party/openssl/test/
Dssltestlib.c568 BIO_set_shutdown(bio, (int)num); in mempacket_test_ctrl()
/third_party/openssl/include/openssl/
Dbio.h555 void BIO_set_shutdown(BIO *a, int shut);
/third_party/libcoap/src/
Dcoap_openssl.c333 BIO_set_shutdown(a, (int)num); in coap_dgram_ctrl()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h846 #define BIO_set_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_shutdown) macro
/third_party/openssl/util/
Dlibcrypto.num3994 BIO_set_shutdown 3940 1_1_0 EXIST::FUNCTION:
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md1437 …s://github.com/nodejs/node/commit/4a5e32206a)] - **crypto**: remove BIO_set_shutdown (Daniel Beven…
DCHANGELOG_V6.md633 …s://github.com/nodejs/node/commit/ddd9d85681)] - **crypto**: remove BIO_set_shutdown (Daniel Beven…