Home | History | Annotate | Download | only in fio

Lines Matching defs:md5_ctx

624 	struct fio_md5_ctx md5_ctx = {
630 fio_md5_init(&md5_ctx);
631 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr));
632 fio_md5_final(&md5_ctx);
634 if (!memcmp(vh->md5_digest, md5_ctx.hash, sizeof(hash)))
639 vc->bad_crc = md5_ctx.hash;
952 struct fio_md5_ctx md5_ctx = {
956 fio_md5_init(&md5_ctx);
957 fio_md5_update(&md5_ctx, p, len);
958 fio_md5_final(&md5_ctx);