Home | History | Annotate | Download | only in fio

Lines Matching defs:sha512

24 #include "crc/sha512.h"
455 uint8_t sha512[128];
457 .buf = sha512,
460 dprint(FD_VERIFY, "sha512 verify io_u %p, len %u\n", vc->io_u, hdr->len);
465 if (!memcmp(vh->sha512, sha512_ctx.buf, sizeof(sha512)))
468 vc->name = "sha512";
469 vc->good_crc = vh->sha512;
471 vc->crc_len = sizeof(vh->sha512);
898 .buf = vh->sha512,
1029 dprint(FD_VERIFY, "fill sha512 io_u %p, len %u\n",