Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dafsplit.c50 size_t hashcount = blocklen / digestlen; in qcrypto_afsplit_hash() local
55 hashcount++; in qcrypto_afsplit_hash()
60 for (i = 0; i < hashcount; i++) { in qcrypto_afsplit_hash()
68 .iov_len = (i == (hashcount - 1)) ? finallen : digestlen }, in qcrypto_afsplit_hash()
81 (i == (hashcount - 1)) ? finallen : digestlen); in qcrypto_afsplit_hash()