Searched refs:msgtype (Results 1 – 3 of 3) sorted by relevance
151 unsigned int msgtype = 0, negversion = 0; in async_write() local164 && !PACKET_get_1(&wholebody, &msgtype)) in async_write()167 if (msgtype == SSL3_MT_SERVER_HELLO) { in async_write()233 && msgtype == SSL3_MT_SERVER_HELLO)) { in async_write()
94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local116 if (!PACKET_get_1(&msg, &msgtype) in watchccs_write()119 if (msgtype == SSL3_MT_CLIENT_HELLO) { in watchccs_write()148 } else if (msgtype == SSL3_MT_SERVER_HELLO) { in watchccs_write()
949 unsigned int msgtype; in handshake_mutate() local962 || !PACKET_get_1(&pkt, &msgtype) in handshake_mutate()968 switch (msgtype) { in handshake_mutate()
Completed in 9 milliseconds