Searched defs:SSL_pending (Results 1 - 1 of 1) sorted by relevance

/external/openssl/ssl/
H A Dssl_lib.c819 int SSL_pending(const SSL *s) function
821 /* SSL_pending cannot work properly if read-ahead is enabled
823 * and it is impossible to fix since SSL_pending cannot report
825 * (Note that SSL_pending() is often used as a boolean value,

Completed in 93 milliseconds