Searched defs:sha256_ctx (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dverify.c481 struct fio_sha256_ctx sha256_ctx = { local
487 fio_sha256_init(&sha256_ctx);
488 fio_sha256_update(&sha256_ctx, p, hdr->len - hdr_size(hdr));
490 if (!memcmp(vh->sha256, sha256_ctx.buf, sizeof(sha256)))
495 vc->bad_crc = sha256_ctx.buf;
908 struct fio_sha256_ctx sha256_ctx = { local
912 fio_sha256_init(&sha256_ctx);
913 fio_sha256_update(&sha256_ctx, p, len);

Completed in 111 milliseconds