HomeSort by relevance Sort by last modified time
    Searched full:fio_md5_update (Results 1 - 5 of 5) sorted by null

  /external/fio/crc/
md5.h 25 extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int);
md5.c 99 void fio_md5_update(struct fio_md5_ctx *mctx, const uint8_t *data, function
test.c 61 fio_md5_update(&ctx, buf, size);
  /external/fio/t/
dedupe.c 266 fio_md5_update(&ctx, buf, blocksize);
  /external/fio/
verify.c 631 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(hdr));
957 fio_md5_update(&md5_ctx, p, len);
    [all...]

Completed in 88 milliseconds