Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_peek

1001 int SSL_peek(SSL *s,void *buf,int num)
1013 return(s->method->ssl_peek(s,buf,num));