Searched refs:fio_md5_update (Results 1 - 5 of 5) sorted by relevance

/external/fio/crc/
H A Dmd5.h25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
H A Dtest.c61 fio_md5_update(&ctx, buf, size);
H A Dmd5.c99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, function
/external/fio/t/
H A Ddedupe.c266 fio_md5_update(&ctx, buf, blocksize);
/external/fio/
H A Dverify.c631 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr));
957 fio_md5_update(&md5_ctx, p, len);

Completed in 270 milliseconds