Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha256.h7 struct fio_sha256_ctx { struct
13 void fio_sha256_init(struct fio_sha256_ctx *); argument
14 void fio_sha256_update(struct fio_sha256_ctx *, const uint8_t *, unsigned int);
15 void fio_sha256_final(struct fio_sha256_ctx *);
Dsha256.c230 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()
Dtest.c123 struct fio_sha256_ctx ctx = { .buf = sha }; in t_sha256()
/external/fio/
Dverify.c467 struct fio_sha256_ctx sha256_ctx = { in verify_io_u_sha256()
893 struct fio_sha256_ctx sha256_ctx = { in fill_sha256()