Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha512.h4 struct fio_sha512_ctx { struct
11 void fio_sha512_init(struct fio_sha512_ctx *); argument
12 void fio_sha512_update(struct fio_sha512_ctx *, const uint8_t *, unsigned int);
Dsha512.c149 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()
Dtest.c137 struct fio_sha512_ctx ctx = { .buf = sha }; in t_sha512()
/external/fio/
Dverify.c442 struct fio_sha512_ctx sha512_ctx = { in verify_io_u_sha512()
882 struct fio_sha512_ctx sha512_ctx = { in fill_sha512()