Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/doc/crypto/
DBIO_s_accept.pod7 BIO_get_bind_mode, BIO_do_accept - accept BIO
30 int BIO_do_accept(BIO *b);
91 BIO_do_accept() serves two functions. When it is first
94 and subsequent calls to BIO_do_accept() will await an incoming
133 If the underlying accept socket is non-blocking and BIO_do_accept() is
142 BIO_do_accept() are macros.
158 if(BIO_do_accept(abio) <= 0) {
165 if(BIO_do_accept(abio) <= 0) {
176 if(BIO_do_accept(abio) <= 0) {
DBIO_f_ssl.pod263 if(BIO_do_accept(acpt) <= 0) {
270 if(BIO_do_accept(acpt) <= 0) {
/freebsd-10-stable/crypto/openssl/apps/
Docsp.c1125 if (BIO_do_accept(acbio) <= 0) { in init_responder()
1147 if (BIO_do_accept(acbio) <= 0) { in do_responder()
/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbio.h500 # define BIO_do_accept(b) BIO_do_handshake(b) macro
/freebsd-10-stable/secure/lib/libcrypto/
DMakefile.man271 MLINKS+= BIO_s_accept.3 BIO_do_accept.3