Searched refs:fio_sha256_ctx (Results 1 – 4 of 4) sorted by relevance
7 struct fio_sha256_ctx { struct13 void fio_sha256_init(struct fio_sha256_ctx *); argument14 void fio_sha256_update(struct fio_sha256_ctx *, const uint8_t *, unsigned int);15 void fio_sha256_final(struct fio_sha256_ctx *);
230 void fio_sha256_init(struct fio_sha256_ctx *sctx) in fio_sha256_init()243 void fio_sha256_update(struct fio_sha256_ctx *sctx, const uint8_t *data, in fio_sha256_update()272 void fio_sha256_final(struct fio_sha256_ctx *sctx) in fio_sha256_final()
123 struct fio_sha256_ctx ctx = { .buf = sha }; in t_sha256()
467 struct fio_sha256_ctx sha256_ctx = { in verify_io_u_sha256()893 struct fio_sha256_ctx sha256_ctx = { in fill_sha256()