Searched refs:SSL_want_write (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1211 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c2466 * SSL_want_write(s)) and rbio and wbio *are* the same,
2482 if ((i < 0) && SSL_want_write(s))
/external/openssl/include/openssl/
H A Dssl.h1196 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
/external/openssl/ssl/
H A Dssl.h1196 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
H A Dssl_lib.c2676 * SSL_want_write(s)) and rbio and wbio *are* the same,
2692 if ((i < 0) && SSL_want_write(s))

Completed in 59 milliseconds