Searched refs:fio_md5_update (Results 1 - 4 of 4) sorted by relevance
/external/fio/crc/ |
H A D | md5.h | 25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
|
H A D | md5.c | 99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, function
|
H A D | test.c | 69 fio_md5_update(&ctx, buf, CHUNK);
|
/external/fio/ |
H A D | verify.c | 643 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr)); 970 fio_md5_update(&md5_ctx, p, len);
|
Completed in 144 milliseconds