Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dtestfuncs.c184 size_t updatelen = args->updatelens[n]; in test_multi() local
190 if (updatelen == CTEST_UPDATELEN_WHOLE) { in test_multi()
191 updatelen = args->inlen; in test_multi()
193 "%zu (whole buffer)", updatelen); in test_multi()
194 } else if (updatelen > args->inlen) { in test_multi()
203 updatelen = args->inlen; in test_multi()
206 updatelen, args->updatelens[n]); in test_multi()
209 updatelen); in test_multi()
220 size_t len = updatelen; in test_multi()
222 if (offset + updatelen > args->inlen) { in test_multi()