Home | History | Annotate | Download | only in fio

Lines Matching defs:sha256

23 #include "crc/sha256.h"
480 uint8_t sha256[64];
482 .buf = sha256,
485 dprint(FD_VERIFY, "sha256 verify io_u %p, len %u\n", vc->io_u, hdr->len);
490 if (!memcmp(vh->sha256, sha256_ctx.buf, sizeof(sha256)))
493 vc->name = "sha256";
494 vc->good_crc = vh->sha256;
496 vc->crc_len = sizeof(vh->sha256);
909 .buf = vh->sha256,
1024 dprint(FD_VERIFY, "fill sha256 io_u %p, len %u\n",