Home
last modified time | relevance | path

Searched refs:msgtype (Results 1 – 3 of 3) sorted by relevance

/test/
A Dasynciotest.c151 unsigned int msgtype = 0, negversion = 0; in async_write() local
164 && !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()
A Dtls13ccstest.c94 unsigned int rectype, recvers, msgtype, expectedrecvers; in watchccs_write() local
116 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()
/test/helpers/
A Dquictestlib.c949 unsigned int msgtype; in handshake_mutate() local
962 || !PACKET_get_1(&pkt, &msgtype) in handshake_mutate()
968 switch (msgtype) { in handshake_mutate()

Completed in 9 milliseconds