Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c170 enum { MAX_BLOCKS_PER_RUN = 64 }; /* Arbitrary: keep interactivity. */ in cpacf_sha512() enumerator
192 if (processed >= MAX_BLOCKS_PER_RUN * 128) { in cpacf_sha512()