Searched refs:fio_md5_update (Results 1 - 4 of 4) 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 Dmd5.c99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, function
H A Dtest.c69 fio_md5_update(&ctx, buf, CHUNK);
/external/fio/
H A Dverify.c643 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr));
970 fio_md5_update(&md5_ctx, p, len);

Completed in 497 milliseconds