Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha512.h12 void fio_sha512_update(struct fio_sha512_ctx *, const uint8_t *, unsigned int);
Dsha512.c162 void fio_sha512_update(struct fio_sha512_ctx *sctx, const uint8_t *data, in fio_sha512_update() function
Dtest.c148 fio_sha512_update(&ctx, buf, size); in t_sha512()
/external/fio/
Dverify.c537 fio_sha512_update(&sha512_ctx, p, hdr->len - hdr_size(vc->td, hdr)); in verify_io_u_sha512()
1083 fio_sha512_update(&sha512_ctx, p, len); in fill_sha512()