Searched refs:fio_sha1_ctx (Results 1 – 4 of 4) sorted by relevance
10 struct fio_sha1_ctx { struct16 void fio_sha1_init(struct fio_sha1_ctx *); argument17 void fio_sha1_update(struct fio_sha1_ctx *, const void *dataIn, unsigned long len);18 void fio_sha1_final(struct fio_sha1_ctx *);
13 static void blk_SHA1Block(struct fio_sha1_ctx *ctx, const unsigned int *data);15 void fio_sha1_init(struct fio_sha1_ctx *ctx) in fio_sha1_init()28 void fio_sha1_update(struct fio_sha1_ctx *ctx, const void *data, in fio_sha1_update()58 void fio_sha1_final(struct fio_sha1_ctx *ctx) in fio_sha1_final()110 static void blk_SHA1Block(struct fio_sha1_ctx *ctx, const unsigned int *data) in blk_SHA1Block()
114 struct fio_sha1_ctx ctx = { .H = sha }; in t_sha1()
581 struct fio_sha1_ctx sha1_ctx = { in verify_io_u_sha1()1101 struct fio_sha1_ctx sha1_ctx = { in fill_sha1()