Searched refs:test_adler32 (Results 1 – 1 of 1) sorted by relevance
26 void test_adler32(uint32_t adler, const uint8_t *buf, uint32_t len, uint32_t chk, uint32_t line) { in test_adler32() function361 test_adler32(tests[i].adler, tests[i].buf, tests[i].len, tests[i].expect, tests[i].line); in main()