Searched refs:msgtype (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | asynciotest.c | 151 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 D | tls13ccstest.c | 94 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 D | d1_lib.c | 426 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 D | quictestlib.c | 854 unsigned int msgtype; in handshake_mutate() local 867 || !PACKET_get_1(&pkt, &msgtype) in handshake_mutate() 873 switch (msgtype) { in handshake_mutate()
|
Completed in 11 milliseconds