Searched refs:SSL_get_wbio (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/ssl/ |
D | bio_ssl.cc | 114 return BIO_ctrl(SSL_get_wbio(ssl), cmd, num, ptr); in ssl_ctrl() 121 long ret = BIO_ctrl(SSL_get_wbio(ssl), cmd, num, ptr); in ssl_ctrl()
|
D | ssl_lib.cc | 774 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) { in SSL_set_bio() 793 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) { in SSL_set_bio() 805 BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio.get(); } in SSL_get_wbio() function 1369 BIO *bio = SSL_get_wbio(ssl); in SSL_get_error() 1551 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR); in SSL_get_wfd() 1590 BIO *wbio = SSL_get_wbio(ssl); in SSL_set_rfd()
|
D | ssl_test.cc | 1771 EXPECT_EQ(SSL_get_rbio(ssl), SSL_get_wbio(ssl)); in ExpectFDs() 4010 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 4377 BIO *client_wbio = SSL_get_wbio(client.get()); in TEST()
|
/external/boringssl/src/ssl/test/ |
D | handshake_util.cc | 134 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 434 assert(SSL_get_rbio(ssl->get()) == SSL_get_wbio(ssl->get())); in DoSplitHandshake()
|
D | fuzzer.h | 284 BIO *wbio = SSL_get_wbio(src); in MoveBIOs()
|
/external/libevent/ |
D | bufferevent_openssl.c | 551 wbio = SSL_get_wbio(bev_ssl->ssl); in init_bio_counts() 560 unsigned long num_w = BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in decrement_buckets() 1232 BIO *bio = SSL_get_wbio(bev_ssl->ssl); in be_openssl_destruct() 1430 BIO *bio = SSL_get_wbio(ssl); in bufferevent_openssl_socket_new()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 654 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket() 692 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLdo_handshake() 1777 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLwrite() 1912 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLread() 1989 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in PySSL_SSLshutdown()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 945 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket() 1006 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 2279 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2443 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2538 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 234 SSL_get_wbio
|
D | BoringSSL-GRPC.podspec | 1786 '#define SSL_get_wbio GRPC_SHADOW_SSL_get_wbio',
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 288 OPENSSL_EXPORT BIO *SSL_get_wbio(const SSL *ssl);
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 262 #define SSL_get_wbio GRPC_SHADOW_SSL_get_wbio macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 7887 BIO* wbio = SSL_get_wbio(ssl); in sslRead() 8156 BIO* wbio = SSL_get_wbio(ssl); in sslWrite()
|