Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_want.pod5 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. Its
39 The result returned by SSL_want() should always be consistent with
44 The following return values can currently occur for SSL_want():
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h901 # 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);
/freebsd-12-stable/secure/lib/libssl/
DVersion.map389 SSL_want;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile411 MAN+= SSL_want.3
2848 MLINKS+= SSL_want.3 SSL_want_async.3
2849 MLINKS+= SSL_want.3 SSL_want_async_job.3
2850 MLINKS+= SSL_want.3 SSL_want_client_hello_cb.3
2851 MLINKS+= SSL_want.3 SSL_want_nothing.3
2852 MLINKS+= SSL_want.3 SSL_want_read.3
2853 MLINKS+= SSL_want.3 SSL_want_write.3
2854 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3
/freebsd-12-stable/crypto/openssl/doc/man7/
Dssl.pod717 =item int B<SSL_want>(const SSL *ssl);
815 L<SSL_want(3)>,
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c4307 int SSL_want(const SSL *s) in SSL_want() function
/freebsd-12-stable/
DObsoleteFiles.inc10533 OLD_FILES+=usr/share/man/man3/SSL_want.3.gz