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

/freebsd-10.1-release/secure/lib/libssl/
H A DMakefile.man71 MAN+= SSL_pending.3
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dbio_ssl.c375 ret = SSL_pending(ssl);
H A Dssl.h1843 int SSL_pending(const SSL *s);
H A Dssl_lib.c818 int SSL_pending(const SSL *s) function
821 * SSL_pending cannot work properly if read-ahead is enabled
823 * impossible to fix since SSL_pending cannot report errors that may be
824 * observed while scanning the new data. (Note that SSL_pending() is
/freebsd-10.1-release/contrib/sendmail/src/
H A Dsfsasl.c466 return SSL_pending(so->con) > 0;
/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_client.c1540 ssl_pending = read_ssl && SSL_pending(con);
1751 printf("read=%d pending=%d peek=%d\n", k, SSL_pending(con),
H A Ds_server.c2094 read_from_sslcon = SSL_pending(con);
2328 if (SSL_pending(con))
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c809 n_to_read = SSL_pending(bev_ssl->ssl);

Completed in 374 milliseconds