Searched refs:fragment_offset (Results 1 – 2 of 2) sorted by relevance
1091 size_t fragment_offset, fragment_length, length; in ssl_parse_client_hello() local1092 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()1097 (unsigned) fragment_offset, (unsigned) fragment_length, in ssl_parse_client_hello()1099 if (fragment_offset != 0 || length != fragment_length) { in ssl_parse_client_hello()
3587 size_t sid_len, cookie_len, epoch, fragment_offset; in mbedtls_ssl_check_dtls_clihlo_cookie() local3625 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()3628 fragment_offset != 0) { in mbedtls_ssl_check_dtls_clihlo_cookie()3632 (unsigned) fragment_offset)); in mbedtls_ssl_check_dtls_clihlo_cookie()