Searched refs:fio_md5_update (Results 1 – 5 of 5) sorted by relevance
/external/fio/crc/ |
D | md5.h | 25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
|
D | md5.c | 99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, in fio_md5_update() function
|
D | test.c | 66 fio_md5_update(&ctx, buf, size); in t_md5()
|
/external/fio/t/ |
D | dedupe.c | 266 fio_md5_update(&ctx, buf, blocksize); in crc_buf()
|
/external/fio/ |
D | verify.c | 719 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(vc->td, hdr)); in verify_io_u_md5() 1153 fio_md5_update(&md5_ctx, p, len); in fill_md5()
|