Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_want.pod5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup - obtain state info…
11 int SSL_want(const SSL *ssl);
19 SSL_want() returns state information for the SSL object B<ssl>.
22 by SSL_want().
26 SSL_want() examines the internal state information of the SSL object. Its
34 The result returned by SSL_want() should always be consistent with
39 The following return values can currently occur for SSL_want():
Dssl.pod641 =item int B<SSL_want>(const SSL *ssl);
724 L<SSL_want(3)|SSL_want(3)>,
/mirbsd/src/lib/libssl/man/
DMakefile208 SSL_want.cat3 \
866 SSL_want.3 SSL_want_nothing.3 \
867 SSL_want.3 SSL_want_read.3 \
868 SSL_want.3 SSL_want_write.3 \
869 SSL_want.3 SSL_want_x509_lookup.3 \
/mirbsd/src/lib/libssl/src/ssl/
Dssl.h775 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
776 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
777 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
778 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1182 int SSL_want(const SSL *s);
Dssl_lib.c2276 int SSL_want(const SSL *s) in SSL_want() function
/mirbsd/src/distrib/lists/htman/htmi/
Dmi1887 ./man3/SSL_want.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi5130 ./usr/share/man/cat3/SSL_want.0
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt6128 SSL_want