Lines Matching full:encoded
112 "Symbol wrongly encoded"); in ZTEST()
148 zassert_equal(ret, expected_len, "Wrong encoded length"); in ZTEST()
161 uint8_t encoded[46]; member
211 zassert_mem_equal(test_buf, test_huffman[i].encoded, ret, in ZTEST()
212 "Symbol wrongly encoded"); in ZTEST()
221 ret = http_hpack_huffman_decode(test_huffman[i].encoded, in ZTEST()
227 "Symbol wrongly encoded"); in ZTEST()
234 uint8_t encoded[60]; member
262 zassert_mem_equal(test_buf, example[i].encoded, ret, in test_hpack_verify_encode()
274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode()
313 { ":authority", "www.example.com", /* Huffman encoded */
317 { "cache-control", "no-cache", /* Huffman encoded */
355 { ":status", "302", /* Huffman encoded */
358 { "cache-control", "private", /* Huffman encoded */
361 { "date", "Mon, 21 Oct 2013 20:13:21 GMT", /* Huffman encoded */
366 { "location", "https://www.example.com", /* Huffman encoded */
371 { ":status", "307", /* Huffman encoded */
374 { "content-encoding", "gzip", /* Huffman encoded */
378 /* Huffman encoded */
390 { ":authority", "www.example.com", /* Huffman encoded */
394 { "cache-control", "no-cache", /* Huffman encoded */
397 { ":status", "302", /* Huffman encoded */
400 { "cache-control", "private", /* Huffman encoded */
403 { "date", "Mon, 21 Oct 2013 20:13:21 GMT", /* Huffman encoded */
409 { "location", "https://www.example.com", /* Huffman encoded */
418 { "content-encoding", "gzip", /* Huffman encoded */
422 /* Huffman encoded */
465 { "custom-key", "custom-value", /* Huffman encoded */
474 { "custom-key", "custom-value", /* Huffman encoded */