Home
last modified time | relevance | path

Searched refs:BIO_new_accept (Results 1 – 13 of 13) sorted by relevance

/openssl/demos/bio/
H A Dserver-cmod.c46 if ((in = BIO_new_accept(port)) == NULL) in main()
H A Dsaccept.c77 if ((in = BIO_new_accept(port)) == NULL) in main()
H A Dserver-arg.c99 if ((in = BIO_new_accept(port)) == NULL) in main()
H A Dserver-conf.c91 if ((in = BIO_new_accept(port)) == NULL) in main()
/openssl/doc/man3/
H A DBIO_s_accept.pod6 BIO_get_accept_port, BIO_new_accept, BIO_set_nbio_accept, BIO_set_tfo_accept, BIO_set_accept_bios,
23 BIO *BIO_new_accept(char *host_port);
84 BIO_new_accept() combines BIO_new() and BIO_set_accept_name() into
191 BIO_new_accept() returns a BIO or NULL on error.
201 abio = BIO_new_accept("4444");
H A DBIO_f_ssl.pod239 acpt = BIO_new_accept("4433");
/openssl/demos/guide/
H A Dtls-server-block.c213 acceptor_bio = BIO_new_accept(hostport); in main()
/openssl/test/
H A Dbio_tfo_test.c83 if (!TEST_ptr(abio = BIO_new_accept("localhost:0")) in test_bio_tfo()
H A Dssl_old_test.c1944 acpt = BIO_new_accept(family == BIO_FAMILY_IPV4 ? "127.0.0.1:0" in doit_localhost()
/openssl/crypto/bio/
H A Dbss_acpt.c564 BIO *BIO_new_accept(const char *str) in BIO_new_accept() function
/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod210 acceptor_bio = BIO_new_accept(hostport);
/openssl/include/openssl/
H A Dbio.h.in889 BIO *BIO_new_accept(const char *host_port);
/openssl/util/
H A Dlibcrypto.num2321 BIO_new_accept 2371 3_0_0 EXIST::FUNCTION:SOCK

Completed in 51 milliseconds