Searched refs:SSL_peek (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/lib/libssl/src/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);
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | s23_lib.c | 206 return(SSL_peek(s,buf,len)); in ssl23_peek()
|
| D | ssl.h | 1323 int SSL_peek(SSL *ssl,void *buf,int num);
|
| D | ssl_lib.c | 849 int SSL_peek(SSL *s,void *buf,int num) in SSL_peek() function
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | s_client.c | 873 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240)); in MAIN()
|