Home
last modified time | relevance | path

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

/trueos/crypto/openssl/doc/ssl/
HDSSL_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():
HDssl.pod656 =item int B<SSL_want>(const SSL *ssl);
750 L<SSL_want(3)|SSL_want(3)>,
/trueos/secure/lib/libssl/
HDMakefile.man83 MAN+= SSL_want.3
219 MLINKS+= SSL_want.3 SSL_want_nothing.3
220 MLINKS+= SSL_want.3 SSL_want_read.3
221 MLINKS+= SSL_want.3 SSL_want_write.3
222 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3
/trueos/crypto/openssl/ssl/
HDssl.h1237 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
1238 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1239 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1240 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1826 int SSL_want(const SSL *s);
HDssl_lib.c3075 int SSL_want(const SSL *s) in SSL_want() function
/trueos/crypto/openssl/util/
HDssleay.num165 SSL_want 182 EXIST::FUNCTION:
/trueos/crypto/openssl/doc/
HDssleay.txt6128 SSL_want