Searched refs:SSL_peek (Results 1 – 5 of 5) sorted by relevance
103 while ((ret = SSL_peek(ctx->ssl, buf, bufsize)) <= 0) { in rfbssl_peek()
297 #define SSL_peek SSL_PEEK macro
309 OPENSSL_EXPORT int SSL_peek(SSL *ssl, void *buf, int num);
608 int SSL_peek(SSL *ssl, void *buf, int num) { in SSL_peek() function
774 rc = SSL_peek(conn->ssl[FIRSTSOCKET].handle, (void*)&buf, 1); in Curl_ossl_check_cxn()