Lines Matching refs:s3
21 if (s->s3.tmp.key_block == NULL) {
28 s->session->cipher = s->s3.tmp.new_cipher;
61 s->s3.alert_dispatch = 1;
62 s->s3.send_alert[0] = level;
63 s->s3.send_alert[1] = desc;
82 s->s3.alert_dispatch = 0;
84 i = do_ssl3_write(s, SSL3_RT_ALERT, &s->s3.send_alert[0], &alertlen, 1, 0,
87 s->s3.alert_dispatch = 1;
96 s->msg_callback(1, s->version, SSL3_RT_ALERT, s->s3.send_alert,
105 j = (s->s3.send_alert[0] << 8) | s->s3.send_alert[1];