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

  /external/fio/crc/
sha256.h 4 struct fio_sha256_ctx { struct
10 void fio_sha256_init(struct fio_sha256_ctx *);
11 void fio_sha256_update(struct fio_sha256_ctx *, const uint8_t *, unsigned int);
test.c 197 struct fio_sha256_ctx ctx = { .buf = sha };
sha256.c 230 void fio_sha256_init(struct fio_sha256_ctx *sctx)
243 void fio_sha256_update(struct fio_sha256_ctx *sctx, const uint8_t *data,
  /external/fio/
verify.c 481 struct fio_sha256_ctx sha256_ctx = {
908 struct fio_sha256_ctx sha256_ctx = {

Completed in 102 milliseconds