Home
last modified time | relevance | path

Searched refs:BIO_do_connect (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
30 int BIO_do_connect(BIO *b);
97 BIO_do_connect() attempts to connect the supplied BIO. It returns 1
121 Applications do not have to call BIO_do_connect() but may wish to do
136 BIO_set_nbio(), and BIO_do_connect() are macros.
163 BIO_do_connect() returns 1 if the connection was successfully
178 if (BIO_do_connect(cbio) <= 0) {
DBIO_f_ssl.pod183 if (BIO_do_connect(sbio) <= 0) {
/third_party/openssl/demos/bio/
Dclient-arg.c91 if (BIO_do_connect(sbio) <= 0) { in main()
Dclient-conf.c99 if (BIO_do_connect(sbio) <= 0) { in main()
/third_party/boringssl/src/include/openssl/
Dbio.h563 OPENSSL_EXPORT int BIO_do_connect(BIO *bio);
/third_party/boringssl/src/crypto/bio/
Dconnect.c542 int BIO_do_connect(BIO *bio) { in BIO_do_connect() function
/third_party/openssl/util/
Dprivate.num98 BIO_do_connect define
/third_party/openssl/include/openssl/
Dbio.h405 # define BIO_do_connect(b) BIO_do_handshake(b) macro
/third_party/openssl/apps/
Docsp.c1510 rv = BIO_do_connect(cbio); in query_responder()
/third_party/openssl/test/
Dssltest_old.c1906 if (BIO_do_connect(client) <= 0) { in doit_localhost()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h772 #define BIO_do_connect BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_do_connect) macro