Lines Matching full:do_ssl3_write
120 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
632 i=do_ssl3_write(s, type, &(buf[tot]), nw, 0);
655 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
721 prefix_len = do_ssl3_write(s, type, buf, 0, 1);
1529 i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3->send_alert[0], 2, 0);