Searched defs:fio_sha1_ctx (Results 1 - 1 of 1) sorted by relevance

/external/fio/crc/
H A Dsha1.h10 struct fio_sha1_ctx { struct
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(struct fio_sha1_ctx *);

Completed in 130 milliseconds