Home
last modified time | relevance | path

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

/external/fio/crc/
Dtest.c160 fio_sha3_update(&ctx, buf, size); in t_sha3_224()
174 fio_sha3_update(&ctx, buf, size); in t_sha3_256()
188 fio_sha3_update(&ctx, buf, size); in t_sha3_384()
202 fio_sha3_update(&ctx, buf, size); in t_sha3_512()
Dsha3.h38 int fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data,
Dsha3.c120 int fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data, in fio_sha3_update() function
/external/fio/
Dverify.c455 fio_sha3_update(sha3_ctx, p, hdr->len - hdr_size(vc->td, hdr)); in verify_io_u_sha3()
1027 fio_sha3_update(sha3_ctx, p, len); in fill_sha3()