Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c304 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
305 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
307 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
313 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
316 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
317 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
324 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
325 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
326 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
327 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
[all …]
HDe_aes_cbc_hmac_sha256.c304 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
305 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
307 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
313 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
316 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
317 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
324 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
325 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
326 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
327 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
[all …]