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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h813 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
814 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
815 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
816 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1226 int SSL_want(const SSL *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h813 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
814 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
815 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
816 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1226 int SSL_want(const SSL *s);
H A Dssl_lib.c2497 int SSL_want(const SSL *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl.h1412 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
1413 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1414 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1415 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
2137 int SSL_want(const SSL *s);
H A Dssl_lib.c3323 int SSL_want(const SSL *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl.h1412 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
1413 # define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1414 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1415 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
2137 int SSL_want(const SSL *s);
H A Dssl_lib.c3323 int SSL_want(const SSL *s) function

Completed in 242 milliseconds