| /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_cbc_hmac_sha1_hw.c | 138 unsigned int x4 = 4 * n4x, minblocks, processed = 0; local 228 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 229 if (minblocks > MAXCHUNKSIZE / 64) { 249 minblocks -= MAXCHUNKSIZE / 64; 250 } while (minblocks > MAXCHUNKSIZE / 64);
|
| cipher_aes_cbc_hmac_sha256_hw.c | 142 unsigned int x4 = 4 * n4x, minblocks, processed = 0; local 236 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 237 if (minblocks > MAXCHUNKSIZE / 64) { 257 minblocks -= MAXCHUNKSIZE / 64; 258 } while (minblocks > MAXCHUNKSIZE / 64);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| cipher_aes_cbc_hmac_sha1_hw.c | 138 unsigned int x4 = 4 * n4x, minblocks, processed = 0; local 228 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 229 if (minblocks > MAXCHUNKSIZE / 64) { 249 minblocks -= MAXCHUNKSIZE / 64; 250 } while (minblocks > MAXCHUNKSIZE / 64);
|
| cipher_aes_cbc_hmac_sha256_hw.c | 142 unsigned int x4 = 4 * n4x, minblocks, processed = 0; local 236 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 237 if (minblocks > MAXCHUNKSIZE / 64) { 257 minblocks -= MAXCHUNKSIZE / 64; 258 } while (minblocks > MAXCHUNKSIZE / 64);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 173 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = 0; local 263 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 264 if (minblocks > MAXCHUNKSIZE / 64) { 284 minblocks -= MAXCHUNKSIZE / 64; 285 } while (minblocks > MAXCHUNKSIZE / 64);
|
| e_aes_cbc_hmac_sha256.c | 167 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = 0; local 261 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 262 if (minblocks > MAXCHUNKSIZE / 64) { 282 minblocks -= MAXCHUNKSIZE / 64; 283 } while (minblocks > MAXCHUNKSIZE / 64);
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 174 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local 265 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 266 if (minblocks > MAXCHUNKSIZE / 64) { 286 minblocks -= MAXCHUNKSIZE / 64; 287 } while (minblocks > MAXCHUNKSIZE / 64);
|
| e_aes_cbc_hmac_sha256.c | 169 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local 264 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 265 if (minblocks > MAXCHUNKSIZE / 64) { 285 minblocks -= MAXCHUNKSIZE / 64; 286 } while (minblocks > MAXCHUNKSIZE / 64);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_aes_cbc_hmac_sha1.c | 168 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local 259 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 260 if (minblocks > MAXCHUNKSIZE / 64) { 280 minblocks -= MAXCHUNKSIZE / 64; 281 } while (minblocks > MAXCHUNKSIZE / 64);
|
| e_aes_cbc_hmac_sha256.c | 164 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local 259 minblocks = ((frag <= last ? frag : last) - (64 - 13)) / 64; 260 if (minblocks > MAXCHUNKSIZE / 64) { 280 minblocks -= MAXCHUNKSIZE / 64; 281 } while (minblocks > MAXCHUNKSIZE / 64);
|