Searched refs:cli_msg_seq (Results 1 – 1 of 1) sorted by relevance
1092 unsigned int cli_msg_seq = (unsigned int) MBEDTLS_GET_UINT16_BE(ssl->in_msg, 4); in ssl_parse_client_hello() local1093 if (cli_msg_seq != ssl->handshake->in_msg_seq) { in ssl_parse_client_hello()1095 "%u (expected %u)", cli_msg_seq, in ssl_parse_client_hello()1104 unsigned int cli_msg_seq = (unsigned int) MBEDTLS_GET_UINT16_BE(ssl->in_msg, 4); in ssl_parse_client_hello() local1105 ssl->handshake->out_msg_seq = cli_msg_seq; in ssl_parse_client_hello()1106 ssl->handshake->in_msg_seq = cli_msg_seq + 1; in ssl_parse_client_hello()