Home
last modified time | relevance | path

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

/external/fio/crc/
Dsha3.c90 static void fio_sha3_init(struct fio_sha3_ctx *sctx, unsigned int digest_sz) in fio_sha3_init() argument
93 sctx->md_len = digest_sz; in fio_sha3_init()
94 sctx->rsiz = 200 - 2 * digest_sz; in fio_sha3_init()