Searched refs:fio_md5_ctx (Results 1 – 5 of 5) sorted by relevance
19 struct fio_md5_ctx { struct25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int); argument26 extern void fio_md5_final(struct fio_md5_ctx *);27 extern void fio_md5_init(struct fio_md5_ctx *);
91 void fio_md5_init(struct fio_md5_ctx *mctx) in fio_md5_init()99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, in fio_md5_update()129 void fio_md5_final(struct fio_md5_ctx *mctx) in fio_md5_final()
55 struct fio_md5_ctx ctx = { .hash = digest }; in t_md5()
263 struct fio_md5_ctx ctx = { .hash = hash }; in crc_buf()
624 struct fio_md5_ctx md5_ctx = { in verify_io_u_md5()952 struct fio_md5_ctx md5_ctx = { in fill_md5()