Searched refs:SSL_want_read (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.h814 #define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h814 #define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
H A Dssl_lib.c1959 if ((i < 0) && SSL_want_read(s))
1970 * (so that we have SSL_want_read(s) instead of
1993 /* See above (SSL_want_read(s) with BIO_should_write(bio)) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl.h1413 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
H A Dssl_lib.c2712 if ((i < 0) && SSL_want_read(s)) {
2722 * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and
2744 * See above (SSL_want_read(s) with BIO_should_write(bio))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl.h1413 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
H A Dssl_lib.c2712 if ((i < 0) && SSL_want_read(s)) {
2722 * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and
2744 * See above (SSL_want_read(s) with BIO_should_write(bio))

Completed in 172 milliseconds