Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_peek

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