Searched refs:handshake_len (Results 1 – 1 of 1) sorted by relevance
1061 size_t handshake_len = MBEDTLS_GET_UINT24_BE(buf, 1); in ssl_parse_client_hello() local1063 (unsigned) handshake_len)); in ssl_parse_client_hello()1074 if (msg_len != mbedtls_ssl_hs_hdr_len(ssl) + handshake_len) { in ssl_parse_client_hello()1078 (unsigned) handshake_len)); in ssl_parse_client_hello()