Symbol: MAXCHUNKSIZE
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
256
#if MAXCHUNKSIZE % 64
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
258
#elif MAXCHUNKSIZE
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
264
if (minblocks > MAXCHUNKSIZE / 64) {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
267
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
268
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
275
edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
276
hash_d[i].blocks -= MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
277
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
278
ciph_d[i].inp += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
279
ciph_d[i].out += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
280
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
283
processed += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
284
minblocks -= MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
285
} while (minblocks > MAXCHUNKSIZE / 64);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
254
#if MAXCHUNKSIZE % 64
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
256
#elif MAXCHUNKSIZE
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
262
if (minblocks > MAXCHUNKSIZE / 64) {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
265
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
266
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
273
edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
274
hash_d[i].blocks -= MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
275
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
276
ciph_d[i].inp += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
277
ciph_d[i].out += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
278
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
281
processed += MAXCHUNKSIZE;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
282
minblocks -= MAXCHUNKSIZE / 64;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
283
} while (minblocks > MAXCHUNKSIZE / 64);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
221
#if MAXCHUNKSIZE % 64
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
223
#elif MAXCHUNKSIZE
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
229
if (minblocks > MAXCHUNKSIZE / 64) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
232
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
233
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
240
edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
241
hash_d[i].blocks -= MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
242
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
243
ciph_d[i].inp += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
244
ciph_d[i].out += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
245
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
248
processed += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
249
minblocks -= MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
250
} while (minblocks > MAXCHUNKSIZE / 64);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
229
#if MAXCHUNKSIZE % 64
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
231
#elif MAXCHUNKSIZE
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
237
if (minblocks > MAXCHUNKSIZE / 64) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
240
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
241
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
248
edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
249
hash_d[i].blocks -= MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
250
edges[i].blocks = MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
251
ciph_d[i].inp += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
252
ciph_d[i].out += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
253
ciph_d[i].blocks = MAXCHUNKSIZE / 16;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
256
processed += MAXCHUNKSIZE;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
257
minblocks -= MAXCHUNKSIZE / 64;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
258
} while (minblocks > MAXCHUNKSIZE / 64);