Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_read

956 int SSL_read(SSL *s,void *buf,int num)
969 return(s->method->ssl_read(s,buf,num));