Searched refs:fio_sha512_ctx (Results 1 – 4 of 4) sorted by relevance
4 struct fio_sha512_ctx { struct11 void fio_sha512_init(struct fio_sha512_ctx *); argument12 void fio_sha512_update(struct fio_sha512_ctx *, const uint8_t *, unsigned int);
149 void fio_sha512_init(struct fio_sha512_ctx *sctx) in fio_sha512_init()162 void fio_sha512_update(struct fio_sha512_ctx *sctx, const uint8_t *data, in fio_sha512_update()
137 struct fio_sha512_ctx ctx = { .buf = sha }; in t_sha512()
442 struct fio_sha512_ctx sha512_ctx = { in verify_io_u_sha512()882 struct fio_sha512_ctx sha512_ctx = { in fill_sha512()