5 * Based on the Mozilla SHA1 (see mozilla-sha1/sha1.h),
6 * optimized to do word accesses rather than byte accesses,
7 * and to avoid unnecessary copies into the context array.
13 unsigned long long size;
16 void fio_sha1_init(struct fio_sha1_ctx *);
17 void fio_sha1_update(struct fio_sha1_ctx *, const void *dataIn, unsigned long len);
18 void fio_sha1_final(unsigned char hashout[20], struct fio_sha1_ctx *);