Home
last modified time | relevance | path

Searched refs:test_step (Results 1 – 1 of 1) sorted by relevance

/lib/
Dcrc32.c423 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step() function
489 crc1 = test_step(INIT1, buf1, i); in main()
490 crc2 = test_step(INIT2, buf2, i); in main()
492 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()