Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL3_RT_HANDSHAKE

964  *   -  SSL3_RT_HANDSHAKE (when ssl3_get_message calls us)
999 if ((type && (type != SSL3_RT_APPLICATION_DATA) && (type != SSL3_RT_HANDSHAKE)) ||
1006 if ((type == SSL3_RT_HANDSHAKE) && (s->s3->handshake_fragment_len > 0))
1027 /* Now s->s3->handshake_fragment_len == 0 if type == SSL3_RT_HANDSHAKE. */
1060 && (rr->type != SSL3_RT_HANDSHAKE))
1077 if (type == rr->type) /* SSL3_RT_APPLICATION_DATA or SSL3_RT_HANDSHAKE */
1124 if (rr->type == SSL3_RT_HANDSHAKE)
1168 /* s->s3->handshake_fragment_len == 4 iff rr->type == SSL3_RT_HANDSHAKE;
1190 s->msg_callback(0, s->version, SSL3_RT_HANDSHAKE, s->s3->handshake_fragment, 4, s, s->msg_callback_arg);
1431 case SSL3_RT_HANDSHAKE:
1433 * of SSL3_RT_HANDSHAKE when s->in_handshake is set, but that