Home
last modified time | relevance | path

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

/external/fio/
Dverify.c238 unsigned int crc_len; member
358 hexdump(vc->good_crc, vc->crc_len); in log_verify_failure()
360 hexdump(vc->bad_crc, vc->crc_len); in log_verify_failure()
442 vc->crc_len = sizeof(hash); in verify_io_u_xxhash()
464 vc->crc_len = sha_size; in verify_io_u_sha3()
545 vc->crc_len = sizeof(vh->sha512); in verify_io_u_sha512()
571 vc->crc_len = sizeof(vh->sha256); in verify_io_u_sha256()
597 vc->crc_len = sizeof(vh->sha1); in verify_io_u_sha1()
618 vc->crc_len = 1; in verify_io_u_crc7()
639 vc->crc_len = 2; in verify_io_u_crc16()
[all …]