Home
last modified time | relevance | path

Searched refs:fio_md5_ctx (Results 1 – 5 of 5) sorted by relevance

/external/fio/crc/
Dmd5.h19 struct fio_md5_ctx { struct
25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int); argument
26 extern void fio_md5_final(struct fio_md5_ctx *);
27 extern void fio_md5_init(struct fio_md5_ctx *);
Dmd5.c91 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()
Dtest.c55 struct fio_md5_ctx ctx = { .hash = digest }; in t_md5()
/external/fio/t/
Ddedupe.c263 struct fio_md5_ctx ctx = { .hash = hash }; in crc_buf()
/external/fio/
Dverify.c624 struct fio_md5_ctx md5_ctx = { in verify_io_u_md5()
952 struct fio_md5_ctx md5_ctx = { in fill_md5()