Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl.h963 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
964 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
965 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
966 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1487 int SSL_want(const SSL *s);
Dssl_lib.c2884 int SSL_want(const SSL *s) in SSL_want() function
/external/openssl/include/openssl/
Dssl.h963 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
964 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
965 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
966 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1487 int SSL_want(const SSL *s);