Home
last modified time | relevance | path

Searched refs:BIO_do_accept (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO
36 int BIO_do_accept(BIO *b);
112 BIO_do_accept() serves two functions. When it is first
115 and subsequent calls to BIO_do_accept() will await an incoming
154 If the underlying accept socket is nonblocking and BIO_do_accept() is
165 BIO_set_bind_mode(), BIO_get_bind_mode() and BIO_do_accept() are macros.
169 BIO_do_accept(),
192 /* First call to BIO_do_accept() sets up accept BIO */
194 if (BIO_do_accept(abio) <= 0) {
201 if (BIO_do_accept(abio) <= 0) {
[all …]
H A DBIO_f_ssl.pod246 /* First call to BIO_do_accept() sets up accept BIO */
247 if (BIO_do_accept(acpt) <= 0) {
253 /* Second call to BIO_do_accept() waits for incoming connection */
254 if (BIO_do_accept(acpt) <= 0) {
/freebsd/crypto/openssl/demos/bio/
H A Dserver-cmod.c63 if (BIO_do_accept(in) <= 0) in main()
H A Dsaccept.c93 if (BIO_do_accept(in) <= 0) in main()
H A Dserver-arg.c116 if (BIO_do_accept(in) <= 0) in main()
H A Dserver-conf.c108 if (BIO_do_accept(in) <= 0) in main()
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c237 if (BIO_do_accept(acbio) <= 0) { in http_server_init_bio()
303 if (BIO_do_accept(acbio) <= 0) in http_server_get_asn1_req()
/freebsd/crypto/openssl/util/
H A Dother.syms157 BIO_do_accept define
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1937 if (BIO_do_accept(acpt) <= 0) in doit_localhost()
1965 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h482 # define BIO_do_accept(b) BIO_do_handshake(b) macro
H A Dbio.h.in459 # define BIO_do_accept(b) BIO_do_handshake(b) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile789 MLINKS+= BIO_s_accept.3 BIO_do_accept.3