Searched refs:SSL_want (Results 1 – 7 of 7) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,13 int SSL_want(const SSL *ssl);24 SSL_want() returns state information for the SSL object B<ssl>.27 by SSL_want().31 SSL_want() examines the internal state information of the SSL object. Its39 The result returned by SSL_want() should always be consistent with44 The following return values can currently occur for SSL_want():
901 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)903 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)904 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)905 # define SSL_want_async(s) (SSL_want(s) == SSL_ASYNC_PAUSED)906 # define SSL_want_async_job(s) (SSL_want(s) == SSL_ASYNC_NO_JOBS)907 # define SSL_want_client_hello_cb(s) (SSL_want(s) == SSL_CLIENT_HELLO_CB)1521 __owur int SSL_want(const SSL *s);
389 SSL_want;
411 MAN+= SSL_want.32848 MLINKS+= SSL_want.3 SSL_want_async.32849 MLINKS+= SSL_want.3 SSL_want_async_job.32850 MLINKS+= SSL_want.3 SSL_want_client_hello_cb.32851 MLINKS+= SSL_want.3 SSL_want_nothing.32852 MLINKS+= SSL_want.3 SSL_want_read.32853 MLINKS+= SSL_want.3 SSL_want_write.32854 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3
717 =item int B<SSL_want>(const SSL *ssl);815 L<SSL_want(3)>,
4307 int SSL_want(const SSL *s) in SSL_want() function
10533 OLD_FILES+=usr/share/man/man3/SSL_want.3.gz