Searched refs:minblocks (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c222 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
313 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64;
314 if (minblocks > MAXCHUNKSIZE / 64) {
334 minblocks -= MAXCHUNKSIZE / 64;
335 } while (minblocks > MAXCHUNKSIZE / 64);
H A De_aes_cbc_hmac_sha256.c218 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
313 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64;
314 if (minblocks > MAXCHUNKSIZE / 64) {
334 minblocks -= MAXCHUNKSIZE / 64;
335 } while (minblocks > MAXCHUNKSIZE / 64);

Completed in 202 milliseconds