Searched refs:SSL_get_all_async_fds (Results 1 – 12 of 12) sorted by relevance
| /src/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 no B<SSL_ERROR_WANT_ASYNC> has been received). Similar to SSL_get_all_async_fds() 58 SSL_get_all_async_fds() and SSL_get_changed_async_fds() return 1 on success or 77 The SSL_waiting_for_async(), SSL_get_all_async_fds()
|
| H A D | SSL_want.pod | 80 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
|
| H A D | SSL_get_error.pod | 145 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
|
| /src/secure/lib/libssl/ |
| H A D | Version.map | 245 SSL_get_all_async_fds;
|
| /src/crypto/openssl/util/ |
| H A D | libssl.num | 91 SSL_get_all_async_fds 92 3_0_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/apps/lib/ |
| H A D | apps.c | 3231 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async() 3236 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
|
| /src/crypto/openssl/doc/ |
| H A D | build.info | 2622 DEPEND[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod 2623 GENERATE[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod 2624 DEPEND[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod 2625 GENERATE[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod 3719 html/man3/SSL_get_all_async_fds.html \ 4395 man/man3/SSL_get_all_async_fds.3 \
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 537 MAN+= SSL_get_all_async_fds.3 4390 MLINKS+= SSL_get_all_async_fds.3 SSL_get_changed_async_fds.3 4391 MLINKS+= SSL_get_all_async_fds.3 SSL_waiting_for_async.3
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 670 | `SSL_get_all_async_fds` | Async | U | NO | NC* †10 | Done …
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1988 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
|
| H A D | ssl.h.in | 1941 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 2105 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds() function
|