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

/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c305 # define MAXCHUNKSIZE 2048 macro
306 # if MAXCHUNKSIZE%64
307 # error "MAXCHUNKSIZE is not divisible by 64"
308 # elif MAXCHUNKSIZE
314 if (minblocks > MAXCHUNKSIZE / 64) {
317 edges[i].blocks = MAXCHUNKSIZE / 64;
318 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
327 edges[i].blocks = MAXCHUNKSIZE / 6
338 # undef MAXCHUNKSIZE macro
[all...]
H A De_aes_cbc_hmac_sha256.c305 # define MAXCHUNKSIZE 2048 macro
306 # if MAXCHUNKSIZE%64
307 # error "MAXCHUNKSIZE is not divisible by 64"
308 # elif MAXCHUNKSIZE
314 if (minblocks > MAXCHUNKSIZE / 64) {
317 edges[i].blocks = MAXCHUNKSIZE / 64;
318 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
325 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
326 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
327 edges[i].blocks = MAXCHUNKSIZE / 6
338 # undef MAXCHUNKSIZE macro
[all...]

Completed in 117 milliseconds