Searched refs:do_ssl3_write (Results 1 – 3 of 3) sorted by relevance
/openssl-master/ssl/ |
A D | s3_msg.c | 84 i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3.send_alert[0], &alertlen, 1, 0, in ssl3_dispatch_alert()
|
/openssl-master/ssl/record/ |
A D | record.h | 215 int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
|
A D | rec_layer_s3.c | 635 i = do_ssl3_write(s, type, &(buf[tot]), pipelens, numpipes, 0, in ssl3_write_bytes() 667 int do_ssl3_write(SSL *s, int type, const unsigned char *buf, in do_ssl3_write() function 750 ret = do_ssl3_write(s, type, buf, &tmppipelen, 1, 1, &prefix_len); in do_ssl3_write()
|
Completed in 6 milliseconds