Home
last modified time | relevance | path

Searched refs:SSL_want (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_want.pod5 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. Its
40 The result returned by SSL_want() should always be consistent with
45 The following return values can currently occur for SSL_want():
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h917 # 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);
H A Dssl.h.in894 # 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);
/freebsd/secure/lib/libssl/
H A DVersion.map387 SSL_want;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile537 MAN+= SSL_want.3
4230 MLINKS+= SSL_want.3 SSL_want_async.3
4231 MLINKS+= SSL_want.3 SSL_want_async_job.3
4232 MLINKS+= SSL_want.3 SSL_want_client_hello_cb.3
4233 MLINKS+= SSL_want.3 SSL_want_nothing.3
4234 MLINKS+= SSL_want.3 SSL_want_read.3
4235 MLINKS+= SSL_want.3 SSL_want_retry_verify.3
4236 MLINKS+= SSL_want.3 SSL_want_write.3
4237 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3
/freebsd/crypto/openssl/util/
H A Dlibssl.num36 SSL_want 37 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2622 DEPEND[html/man3/SSL_want.html]=man3/SSL_want.pod
2623 GENERATE[html/man3/SSL_want.html]=man3/SSL_want.pod
2624 DEPEND[man/man3/SSL_want.3]=man3/SSL_want.pod
2625 GENERATE[man/man3/SSL_want.3]=man3/SSL_want.pod
3441 html/man3/SSL_want.html \
4049 man/man3/SSL_want.3 \
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4596 int SSL_want(const SSL *s) in SSL_want() function
/freebsd/
H A DObsoleteFiles.inc18538 OLD_FILES+=usr/share/man/man3/SSL_want.3.gz