Searched refs:fio_sha512_update (Results 1 – 4 of 4) sorted by relevance
/external/fio/crc/ |
D | sha512.h | 12 void fio_sha512_update(struct fio_sha512_ctx *, const uint8_t *, unsigned int);
|
D | test.c | 143 fio_sha512_update(&ctx, buf, size); in t_sha512()
|
D | sha512.c | 162 void fio_sha512_update(struct fio_sha512_ctx *sctx, const uint8_t *data, in fio_sha512_update() function
|
/external/fio/ |
D | verify.c | 449 fio_sha512_update(&sha512_ctx, p, hdr->len - hdr_size(hdr)); in verify_io_u_sha512() 887 fio_sha512_update(&sha512_ctx, p, len); in fill_sha512()
|