Searched refs:do_ssl3_write (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libssl/ |
H A D | ssl_pkt.c | 124 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, 509 i = do_ssl3_write(s, type, &(buf[tot]), nw); in ssl3_write_bytes() 533 do_ssl3_write(SSL *s, int type, const unsigned char *buf, unsigned int len) in do_ssl3_write() function 1264 return do_ssl3_write(s, SSL3_RT_ALERT, s->s3->send_alert, in ssl3_write_alert()
|