HomeSort by relevance Sort by last modified time
    Searched full:bad_crc (Results 1 - 1 of 1) sorted by null

  /external/fio/
verify.c 210 void *bad_crc; member in struct:vcont
313 if (vc->good_crc && vc->bad_crc) {
317 hexdump(vc->bad_crc, vc->crc_len);
431 vc->bad_crc = &hash;
456 vc->bad_crc = sha512_ctx.buf;
482 vc->bad_crc = sha256_ctx.buf;
508 vc->bad_crc = sha1_ctx.H;
529 vc->bad_crc = &c;
550 vc->bad_crc = &c;
571 vc->bad_crc = &c
    [all...]

Completed in 2822 milliseconds