Home
last modified time | relevance | path

Searched refs:fio_sha1_ctx (Results 1 – 4 of 4) sorted by relevance

/external/fio/crc/
Dsha1.h10 struct fio_sha1_ctx { struct
16 void fio_sha1_init(struct fio_sha1_ctx *); argument
17 void fio_sha1_update(struct fio_sha1_ctx *, const void *dataIn, unsigned long len);
18 void fio_sha1_final(struct fio_sha1_ctx *);
Dsha1.c13 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()
Dtest.c114 struct fio_sha1_ctx ctx = { .H = sha }; in t_sha1()
/external/fio/
Dverify.c581 struct fio_sha1_ctx sha1_ctx = { in verify_io_u_sha1()
1101 struct fio_sha1_ctx sha1_ctx = { in fill_sha1()