Home
last modified time | relevance | path

Searched refs:BIO_set_nbio (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_s_connect.pod9 BIO_set_nbio, BIO_do_connect - connect BIO
28 long BIO_set_nbio(BIO *b, long n);
88 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is
90 is set. Blocking I/O is the default. The call to BIO_set_nbio()
136 BIO_set_nbio(), and BIO_do_connect() are macros.
161 BIO_set_nbio() always returns 1.
/third_party/openssl/demos/bio/
Dsconnect.c76 BIO_set_nbio(out, 1); in main()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c664 BIO_set_nbio(bio, 1); /* nonblocking */
669 BIO_set_nbio(bio, 1); /* nonblocking */
Dopenssl-client.c385 BIO_set_nbio(wsi->tls.client_bio, 1); /* nonblocking */ in lws_ssl_client_bio_create()
/third_party/python/Modules/
D_ssl.c882 BIO_set_nbio(SSL_get_rbio(self->ssl), 1); in newPySSLSocket()
883 BIO_set_nbio(SSL_get_wbio(self->ssl), 1); in newPySSLSocket()
946 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl()
947 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_do_handshake_impl()
2323 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl()
2324 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_write_impl()
2490 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl()
2491 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_read_impl()
2589 BIO_set_nbio(SSL_get_rbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
2590 BIO_set_nbio(SSL_get_wbio(self->ssl), nonblocking); in _ssl__SSLSocket_shutdown_impl()
/third_party/openssl/util/
Dprivate.num153 BIO_set_nbio define
/third_party/openssl/test/
Dhandshake_helper.c1519 BIO_set_nbio(client_to_server, 1); in do_handshake_internal()
1520 BIO_set_nbio(server_to_client, 1); in do_handshake_internal()
Dssltest_old.c1939 if (BIO_set_nbio(client, 1) <= 0) in doit_localhost()
1941 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
/third_party/openssl/include/openssl/
Dbio.h358 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
/third_party/openssl/apps/
Docsp.c1508 BIO_set_nbio(cbio, 1); in query_responder()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h841 #define BIO_set_nbio BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_set_nbio) macro