Searched refs:SSL_want (Results 1 – 9 of 9) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write,13 int SSL_want(const SSL *ssl);25 SSL_want() returns state information for the SSL object B<ssl>.28 by SSL_want().32 SSL_want() examines the internal state information of the SSL object. Its40 The result returned by SSL_want() should always be consistent with45 The following return values can currently occur for SSL_want():
917 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)918 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)919 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)920 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)921 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)922 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)923 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)924 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)1613 __owur int SSL_want(const SSL *s);
894 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)895 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)896 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)897 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)898 # define SSL_want_retry_verify(s) (SSL_want(s) == SSL_RETRY_VERIFY)899 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)900 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)901 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)1541 __owur int SSL_want(const SSL *s);
387 SSL_want;
537 MAN+= SSL_want.34230 MLINKS+= SSL_want.3 SSL_want_async.34231 MLINKS+= SSL_want.3 SSL_want_async_job.34232 MLINKS+= SSL_want.3 SSL_want_client_hello_cb.34233 MLINKS+= SSL_want.3 SSL_want_nothing.34234 MLINKS+= SSL_want.3 SSL_want_read.34235 MLINKS+= SSL_want.3 SSL_want_retry_verify.34236 MLINKS+= SSL_want.3 SSL_want_write.34237 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3
36 SSL_want 37 3_0_0 EXIST::FUNCTION:
2622 DEPEND[html/man3/SSL_want.html]=man3/SSL_want.pod2623 GENERATE[html/man3/SSL_want.html]=man3/SSL_want.pod2624 DEPEND[man/man3/SSL_want.3]=man3/SSL_want.pod2625 GENERATE[man/man3/SSL_want.3]=man3/SSL_want.pod3441 html/man3/SSL_want.html \4049 man/man3/SSL_want.3 \
4596 int SSL_want(const SSL *s) in SSL_want() function
18538 OLD_FILES+=usr/share/man/man3/SSL_want.3.gz