Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_write

1058 int SSL_write(SSL *s,const void *buf,int num)
1062 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_UNINITIALIZED);
1069 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_PROTOCOL_IS_SHUTDOWN);
1072 return(s->method->ssl_write(s,buf,num));