Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c220 # define MAXCHUNKSIZE 2048 in tls1_multi_block_encrypt() macro
221 # if MAXCHUNKSIZE%64 in tls1_multi_block_encrypt()
223 # elif MAXCHUNKSIZE in tls1_multi_block_encrypt()
229 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_multi_block_encrypt()
232 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
243 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
244 ciph_d[i].out += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
248 processed += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
249 minblocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
250 } while (minblocks > MAXCHUNKSIZE / 64); in tls1_multi_block_encrypt()
[all …]
H A Dcipher_aes_cbc_hmac_sha256_hw.c228 # define MAXCHUNKSIZE 2048 in tls1_multi_block_encrypt() macro
229 # if MAXCHUNKSIZE%64 in tls1_multi_block_encrypt()
231 # elif MAXCHUNKSIZE in tls1_multi_block_encrypt()
237 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_multi_block_encrypt()
240 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
251 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
252 ciph_d[i].out += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
256 processed += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
257 minblocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
258 } while (minblocks > MAXCHUNKSIZE / 64); in tls1_multi_block_encrypt()
[all …]
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c258 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
259 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
261 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
267 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
270 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
281 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
282 ciph_d[i].out += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
286 processed += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
287 minblocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
288 } while (minblocks > MAXCHUNKSIZE / 64); in tls1_1_multi_block_encrypt()
[all …]
H A De_aes_cbc_hmac_sha256.c256 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
257 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
259 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
265 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
268 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
279 ciph_d[i].inp += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
280 ciph_d[i].out += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
284 processed += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
285 minblocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
286 } while (minblocks > MAXCHUNKSIZE / 64); in tls1_1_multi_block_encrypt()
[all …]

Completed in 17 milliseconds