HomeSort by relevance Sort by last modified time
    Searched refs:SSL_pending (Results 1 - 6 of 6) sorted by null

  /external/openssl/ssl/
bio_ssl.c 384 ret=SSL_pending(ssl);
ssl.h 410 int (*ssl_pending)(const SSL *s); member in struct:ssl_method_st
    [all...]
ssl_lib.c 801 int SSL_pending(const SSL *s)
803 /* SSL_pending cannot work properly if read-ahead is enabled
805 * and it is impossible to fix since SSL_pending cannot report
807 * (Note that SSL_pending() is often used as a boolean value,
810 return(s->method->ssl_pending(s));
    [all...]
  /external/openssl/apps/
s_client.c 405 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; local
    [all...]
s_server.c     [all...]
  /external/openssl/include/openssl/
ssl.h 410 int (*ssl_pending)(const SSL *s); member in struct:ssl_method_st
    [all...]

Completed in 122 milliseconds