Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
222 # error "MAXCHUNKSIZE is not divisible by 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()
233 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_multi_block_encrypt()
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
242 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_multi_block_encrypt()
253 # undef MAXCHUNKSIZE tls1_multi_block_encrypt() macro
[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()
230 # error "MAXCHUNKSIZE is not divisible by 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()
241 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_multi_block_encrypt()
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
250 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_multi_block_encrypt()
261 # undef MAXCHUNKSIZE tls1_multi_block_encrypt() macro
[all...]
/third_party/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()
222 # error "MAXCHUNKSIZE is not divisible by 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()
233 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_multi_block_encrypt()
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
242 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_multi_block_encrypt()
253 # undef MAXCHUNKSIZE tls1_multi_block_encrypt() macro
[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()
230 # error "MAXCHUNKSIZE is not divisible by 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()
241 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_multi_block_encrypt()
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_multi_block_encrypt()
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_multi_block_encrypt()
250 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_multi_block_encrypt()
261 # undef MAXCHUNKSIZE tls1_multi_block_encrypt() macro
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
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()
258 # error "MAXCHUNKSIZE is not divisible by 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()
269 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
276 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
277 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
278 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_1_multi_block_encrypt()
289 # undef MAXCHUNKSIZE tls1_1_multi_block_encrypt() macro
[all...]
H A De_aes_cbc_hmac_sha1.c257 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
258 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
259 # error "MAXCHUNKSIZE is not divisible by 64" in tls1_1_multi_block_encrypt()
260 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
266 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
269 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
270 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
277 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
278 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
279 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_1_multi_block_encrypt()
290 # undef MAXCHUNKSIZE tls1_1_multi_block_encrypt() macro
[all...]
/third_party/openssl/crypto/evp/
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()
258 # error "MAXCHUNKSIZE is not divisible by 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()
269 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
276 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
277 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
278 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_1_multi_block_encrypt()
289 # undef MAXCHUNKSIZE tls1_1_multi_block_encrypt() macro
[all...]
H A De_aes_cbc_hmac_sha1.c257 # define MAXCHUNKSIZE 2048 in tls1_1_multi_block_encrypt() macro
258 # if MAXCHUNKSIZE%64 in tls1_1_multi_block_encrypt()
259 # error "MAXCHUNKSIZE is not divisible by 64" in tls1_1_multi_block_encrypt()
260 # elif MAXCHUNKSIZE in tls1_1_multi_block_encrypt()
266 if (minblocks > MAXCHUNKSIZE / 64) { in tls1_1_multi_block_encrypt()
269 edges[i].blocks = MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
270 ciph_d[i].blocks = MAXCHUNKSIZE / 16; in tls1_1_multi_block_encrypt()
277 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE; in tls1_1_multi_block_encrypt()
278 hash_d[i].blocks -= MAXCHUNKSIZE / 64; in tls1_1_multi_block_encrypt()
279 edges[i].blocks = MAXCHUNKSIZE / 6 in tls1_1_multi_block_encrypt()
290 # undef MAXCHUNKSIZE tls1_1_multi_block_encrypt() macro
[all...]

Completed in 8 milliseconds