Searched refs:BIO_set_shutdown (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_get_data.pod | 5 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/ |
D | bio_ssl.c | 288 BIO_set_shutdown(b, num); in ssl_ctrl() 311 BIO_set_shutdown(b, (int)num); in ssl_ctrl()
|
/third_party/node/src/ |
D | node_crypto_bio.cc | 202 BIO_set_shutdown(bio, num); in Ctrl()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsconnection.c | 250 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/ |
D | bio_lib.c | 163 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown() function
|
/third_party/openssl/test/ |
D | ssltestlib.c | 568 BIO_set_shutdown(bio, (int)num); in mempacket_test_ctrl()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 555 void BIO_set_shutdown(BIO *a, int shut);
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 333 BIO_set_shutdown(a, (int)num); in coap_dgram_ctrl()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 846 #define BIO_set_shutdown BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_shutdown) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3994 BIO_set_shutdown 3940 1_1_0 EXIST::FUNCTION:
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 1437 …s://github.com/nodejs/node/commit/4a5e32206a)] - **crypto**: remove BIO_set_shutdown (Daniel Beven…
|
D | CHANGELOG_V6.md | 633 …s://github.com/nodejs/node/commit/ddd9d85681)] - **crypto**: remove BIO_set_shutdown (Daniel Beven…
|