Home
last modified time | relevance | path

Searched refs:BIO_s_connect (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod5 BIO_s_connect, BIO_new_connect,
16 const BIO_METHOD *BIO_s_connect(void);
35 BIO_s_connect() returns the connect BIO method. This is a wrapper
141 BIO_s_connect() returns the connect BIO method.
H A DBIO_ADDR.pod115 L<BIO_connect(3)>, L<BIO_s_connect(3)>
H A DSSL_get_error.pod114 appear with a BIO_s_connect() or BIO_s_accept() BIO, respectively.
H A DBIO_f_ssl.pod154 unencrypted example in L<BIO_s_connect(3)>.
/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c67 out = BIO_new(BIO_s_connect()); in main()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c275 const BIO_METHOD *BIO_s_connect(void) in BIO_s_connect() function
615 ret = BIO_new(BIO_s_connect()); in BIO_new_connect()
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod72 L<BIO_s_connect(3)>, L<BIO_s_fd(3)>,
/freebsd/crypto/openssl/apps/
H A Ds_time.c421 if ((conn = BIO_new(BIO_s_connect())) == NULL) in doConnection()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in414 /* IP families we support, for BIO_s_connect() and BIO_s_accept() */
420 /* BIO_s_connect() */
463 /* BIO_s_datagram(), BIO_s_fd(), BIO_s_socket(), BIO_s_accept() and BIO_s_connect() */
651 const BIO_METHOD *BIO_s_connect(void);
H A Dbio.h674 const BIO_METHOD *BIO_s_connect(void);
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c445 if ((con = BIO_new(BIO_s_connect())) == NULL) in BIO_new_ssl_connect()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile45 MAN+= BIO_s_connect.3
790 MLINKS+= BIO_s_connect.3 BIO_do_connect.3
809 MLINKS+= BIO_s_connect.3 BIO_get_conn_address.3
810 MLINKS+= BIO_s_connect.3 BIO_get_conn_hostname.3
811 MLINKS+= BIO_s_connect.3 BIO_get_conn_ip_family.3
812 MLINKS+= BIO_s_connect.3 BIO_get_conn_port.3
871 MLINKS+= BIO_s_connect.3 BIO_new_connect.3
906 MLINKS+= BIO_s_connect.3 BIO_set_conn_address.3
907 MLINKS+= BIO_s_connect.3 BIO_set_conn_hostname.3
908 MLINKS+= BIO_s_connect.3 BIO_set_conn_ip_family.3
[all …]
/freebsd/crypto/openssl/doc/
H A Dbuild.info646 DEPEND[html/man3/BIO_s_connect.html]=man3/BIO_s_connect.pod
647 GENERATE[html/man3/BIO_s_connect.html]=man3/BIO_s_connect.pod
648 DEPEND[man/man3/BIO_s_connect.3]=man3/BIO_s_connect.pod
649 GENERATE[man/man3/BIO_s_connect.3]=man3/BIO_s_connect.pod
2947 html/man3/BIO_s_connect.html \
3555 man/man3/BIO_s_connect.3 \
/freebsd/secure/lib/libcrypto/
H A DVersion.map369 BIO_s_connect;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3364 BIO_s_connect 3438 3_0_0 EXIST::FUNCTION:SOCK
/freebsd/crypto/openssl/
H A DCHANGES.md4483 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram