Home | History | Annotate | Download | only in ssl

Lines Matching refs:msg_type

8168     SSL3HandshakeType type 	= ss->ssl3.hs.msg_type;
8194 ss->fd, ssl3_DecodeHandshakeType(ss->ssl3.hs.msg_type)));
8200 hdr[0] = (PRUint8)ss->ssl3.hs.msg_type;
8206 if (ss->ssl3.hs.msg_type == client_hello) {
8215 if (ss->ssl3.hs.msg_type != hello_request) {
8223 switch (ss->ssl3.hs.msg_type) {
8350 ss->ssl3.hs.msg_type = (SSL3HandshakeType)t;