Searched refs:SSL_peek (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| D | SSL_get_error.pod | 17 SSL_read(), SSL_peek(), or SSL_write() on B<ssl>. The value returned by 67 SSL_read() or SSL_peek() may want to write data and SSL_write() may want 70 SSL_read(), SSL_peek(), and SSL_write() will handle any pending handshakes.
|
| D | ssl.pod | 551 =item int B<SSL_peek>(SSL *ssl, void *buf, int num);
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | s23_lib.c | 161 return (SSL_peek(s, buf, len)); in ssl23_peek()
|
| D | ssl.h | 1595 int SSL_peek(SSL *ssl, void *buf, int num);
|
| D | ssl_lib.c | 906 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek() function
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | ssleay.num | 66 SSL_peek 76 EXIST::FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_client.c | 1253 SSL_peek(con, zbuf, 10240)); in MAIN()
|
| /freebsd-9-stable/crypto/openssl/ |
| D | NEWS | 513 o Reimplement SSL_peek(), which had various problems.
|
| D | CHANGES | 5531 *) Fix SSL_peek:
|