Searched refs:fio_md5_ctx (Results 1 - 4 of 4) sorted by relevance

/external/fio/crc/
H A Dmd5.h19 struct fio_md5_ctx { struct
25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
26 extern void fio_md5_init(struct fio_md5_ctx *);
H A Dmd5.c91 void fio_md5_init(struct fio_md5_ctx *mctx)
99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data,
H A Dtest.c56 struct fio_md5_ctx ctx = { .hash = digest };
/external/fio/
H A Dverify.c636 struct fio_md5_ctx md5_ctx = {
965 struct fio_md5_ctx md5_ctx = {

Completed in 67 milliseconds