Home
last modified time | relevance | path

Searched refs:SSL_get_all_async_fds (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_all_async_fds.pod6 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 DSSL_want.pod76 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
H A DSSL_get_error.pod118 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_all_async_fds.pod6 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 DSSL_want.pod80 L<SSL_get_all_async_fds(3)>. A call to L<SSL_get_error(3)> should return
H A DSSL_get_error.pod134 L<SSL_get_all_async_fds(3)> or L<SSL_get_changed_async_fds(3)>. The TLS/SSL I/O
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map244 SSL_get_all_async_fds;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map322 SSL_get_all_async_fds;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc378 SSL_get_all_async_fds.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc599 SSL_get_all_async_fds.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2714 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async()
2719 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num91 SSL_get_all_async_fds 92 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num91 SSL_get_all_async_fds 92 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3152 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async()
3157 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2458 DEPEND[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod
2459 GENERATE[html/man3/SSL_get_all_async_fds.html]=man3/SSL_get_all_async_fds.pod
2460 DEPEND[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod
2461 GENERATE[man/man3/SSL_get_all_async_fds.3]=man3/SSL_get_all_async_fds.pod
3400 html/man3/SSL_get_all_async_fds.html \
4008 man/man3/SSL_get_all_async_fds.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1831 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1647 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1873 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);