Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_read

1027 int SSL_read(SSL *s,void *buf,int num)
1031 OPENSSL_PUT_ERROR(SSL, SSL_read, SSL_R_UNINITIALIZED);
1040 return(s->method->ssl_read(s,buf,num));