Home
last modified time | relevance | path

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

/openssl/test/
H 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()
H 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()
/openssl/ssl/
H A Dd1_lib.c426 unsigned int rectype, versmajor, versminor, msgseq, msgtype, clientvers, cookielen; in DTLSv1_listen() local
558 if (!PACKET_get_1(&msgpkt, &msgtype) in DTLSv1_listen()
569 if (msgtype != SSL3_MT_CLIENT_HELLO) { in DTLSv1_listen()
/openssl/test/helpers/
H A Dquictestlib.c854 unsigned int msgtype; in handshake_mutate() local
867 || !PACKET_get_1(&pkt, &msgtype) in handshake_mutate()
873 switch (msgtype) { in handshake_mutate()

Completed in 15 milliseconds