Searched refs:BIO_s_accept (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/bio/ |
H A D | bss_acpt.c | 71 const BIO_METHOD *BIO_s_accept(void) in BIO_s_accept() function 568 ret = BIO_new(BIO_s_accept()); in BIO_new_accept()
|
/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 5 BIO_s_accept, BIO_set_accept_name, BIO_set_accept_port, BIO_get_accept_name, 15 const BIO_METHOD *BIO_s_accept(void); 41 BIO_s_accept() returns the accept BIO method. This is a wrapper
|
H A D | SSL_get_error.pod | 124 appear with a BIO_s_connect() or BIO_s_accept() BIO, respectively.
|
/openssl/doc/man7/ |
H A D | bio.pod | 95 L<BIO_s_accept(3)>, L<BIO_s_bio(3)>,
|
/openssl/apps/lib/ |
H A D | http_server.c | 205 acbio = BIO_new(BIO_s_accept()); in http_server_init()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 482 /* IP families we support, for BIO_s_connect() and BIO_s_accept() */ 506 /* BIO_s_accept() */ 536 /* BIO_s_datagram(), BIO_s_fd(), BIO_s_socket(), BIO_s_accept() and BIO_s_connect() */ 758 const BIO_METHOD *BIO_s_accept(void);
|
/openssl/doc/ |
H A D | build.info | 642 DEPEND[html/man3/BIO_s_accept.html]=man3/BIO_s_accept.pod 643 GENERATE[html/man3/BIO_s_accept.html]=man3/BIO_s_accept.pod 644 DEPEND[man/man3/BIO_s_accept.3]=man3/BIO_s_accept.pod 645 GENERATE[man/man3/BIO_s_accept.3]=man3/BIO_s_accept.pod 3170 html/man3/BIO_s_accept.html \ 3834 man/man3/BIO_s_accept.3 \
|
/openssl/util/ |
H A D | libcrypto.num | 317 BIO_s_accept 323 3_0_0 EXIST::FUNCTION:SOCK
|
/openssl/ |
H A D | CHANGES.md | 5458 The source/sink BIOs BIO_s_connect, BIO_s_accept and BIO_s_datagram
|
Completed in 96 milliseconds