Searched refs:SSL_get_all_async_fds (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_get_all_async_fds.pod | 6 SSL_get_all_async_fds, 18 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fd, size_t *numfds); 28 SSL_get_all_async_fds() returns a list of file descriptor which can be used in a 47 SSL_ERROR_WANT_ASYNC has been received). Similar to SSL_get_all_async_fds() it 58 SSL_get_all_async_fds() and SSL_get_changed_async_fds() return 1 on success or 76 The SSL_waiting_for_async(), SSL_get_all_async_fds()
|
| H A D | SSL_want.pod | 76 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
|
| H A D | SSL_get_error.pod | 118 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 246 SSL_get_all_async_fds;
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | apps.c | 2703 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async() 2708 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 374 MAN+= SSL_get_all_async_fds.3 2767 MLINKS+= SSL_get_all_async_fds.3 SSL_get_changed_async_fds.3 2768 MLINKS+= SSL_get_all_async_fds.3 SSL_waiting_for_async.3
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1823 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 1655 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds() function
|