/external/rust/crates/quiche/deps/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 | 772 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) { in SSL_set_bio() 791 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) { in SSL_set_bio() 803 BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio.get(); } in SSL_get_wbio() function 1370 BIO *bio = SSL_get_wbio(ssl); in SSL_get_error() 1577 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR); in SSL_get_wfd() 1616 BIO *wbio = SSL_get_wbio(ssl); in SSL_set_rfd()
|
D | ssl_test.cc | 1851 EXPECT_EQ(SSL_get_rbio(ssl), SSL_get_wbio(ssl)); in ExpectFDs() 4165 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 4572 BIO *client_wbio = SSL_get_wbio(client.get()); in TEST() 6315 BIO_write(SSL_get_wbio(server.get()), record, sizeof(record))); in TEST()
|
/external/boringssl/src/ssl/ |
D | bio_ssl.cc | 125 return BIO_ctrl(SSL_get_wbio(ssl), cmd, num, ptr); in ssl_ctrl() 131 BIO *wbio = SSL_get_wbio(ssl); in ssl_ctrl()
|
D | ssl_lib.cc | 771 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) { in SSL_set_bio() 790 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) { in SSL_set_bio() 802 BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio.get(); } in SSL_get_wbio() function 1406 BIO *bio = SSL_get_wbio(ssl); in SSL_get_error() 1620 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR); in SSL_get_wfd() 1659 BIO *wbio = SSL_get_wbio(ssl); in SSL_set_rfd()
|
D | ssl_test.cc | 1851 EXPECT_EQ(SSL_get_rbio(ssl), SSL_get_wbio(ssl)); in ExpectFDs() 4165 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 4572 BIO *client_wbio = SSL_get_wbio(client.get()); in TEST() 6472 BIO_write(SSL_get_wbio(server.get()), record, sizeof(record))); in TEST()
|
/external/boringssl/src/ssl/test/ |
D | handshake_util.cc | 146 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 478 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/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 146 BIO *wbio = SSL_get_wbio(src); in MoveBIOs() 478 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 | 555 wbio = SSL_get_wbio(bev_ssl->ssl); in init_bio_counts() 564 unsigned long num_w = BIO_number_written(SSL_get_wbio(bev_ssl->ssl)); in decrement_buckets() 1236 BIO *bio = SSL_get_wbio(bev_ssl->ssl); in be_openssl_destruct() 1448 BIO *bio = SSL_get_wbio(ssl); in bufferevent_openssl_socket_new()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 1593 BIO *SSL_get_wbio(const SSL *ssl);
|
/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 | 1012 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket() 1073 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl() 2412 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl() 2577 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl() 2675 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
|
/external/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 590 bio = SSL_get_wbio(wsi->tls.ssl);
|
/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/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 288 OPENSSL_EXPORT BIO *SSL_get_wbio(const SSL *ssl);
|
/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/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 385 #define SSL_get_wbio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_wbio) macro
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 8421 BIO* wbio = SSL_get_wbio(ssl); in sslRead() 8691 BIO* wbio = SSL_get_wbio(ssl); in sslWrite()
|