Home
last modified time | relevance | path

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

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