Searched defs:blk_SHA1Block (Results 1 - 1 of 1) sorted by relevance

/external/fio/crc/
H A Dsha1.c13 static void blk_SHA1Block(struct fio_sha1_ctx *ctx, const unsigned int *data);
47 blk_SHA1Block(ctx, ctx->W);
50 blk_SHA1Block(ctx, data);
115 static void blk_SHA1Block(struct fio_sha1_ctx *ctx, const unsigned int *data) function

Completed in 48 milliseconds