HomeSort by: relevance | last modified time | path
    Searched refs:MAXCHUNKSIZE (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 220 #define MAXCHUNKSIZE 2048
221 #if MAXCHUNKSIZE % 64
222 #error "MAXCHUNKSIZE is not divisible by 64"
223 #elif MAXCHUNKSIZE
229 if (minblocks > MAXCHUNKSIZE / 64) {
232 edges[i].blocks = MAXCHUNKSIZE / 64;
233 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
242 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 228 #define MAXCHUNKSIZE 2048
229 #if MAXCHUNKSIZE % 64
230 #error "MAXCHUNKSIZE is not divisible by 64"
231 #elif MAXCHUNKSIZE
237 if (minblocks > MAXCHUNKSIZE / 64) {
240 edges[i].blocks = MAXCHUNKSIZE / 64;
241 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
250 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 220 # define MAXCHUNKSIZE 2048
221 # if MAXCHUNKSIZE%64
222 # error "MAXCHUNKSIZE is not divisible by 64"
223 # elif MAXCHUNKSIZE
229 if (minblocks > MAXCHUNKSIZE / 64) {
232 edges[i].blocks = MAXCHUNKSIZE / 64;
233 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
240 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
241 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
242 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 228 # define MAXCHUNKSIZE 2048
229 # if MAXCHUNKSIZE%64
230 # error "MAXCHUNKSIZE is not divisible by 64"
231 # elif MAXCHUNKSIZE
237 if (minblocks > MAXCHUNKSIZE / 64) {
240 edges[i].blocks = MAXCHUNKSIZE / 64;
241 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
248 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
249 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
250 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 255 #define MAXCHUNKSIZE 2048
256 #if MAXCHUNKSIZE % 64
257 #error "MAXCHUNKSIZE is not divisible by 64"
258 #elif MAXCHUNKSIZE
264 if (minblocks > MAXCHUNKSIZE / 64) {
267 edges[i].blocks = MAXCHUNKSIZE / 64;
268 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
275 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
276 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
277 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 253 #define MAXCHUNKSIZE 2048
254 #if MAXCHUNKSIZE % 64
255 #error "MAXCHUNKSIZE is not divisible by 64"
256 #elif MAXCHUNKSIZE
262 if (minblocks > MAXCHUNKSIZE / 64) {
265 edges[i].blocks = MAXCHUNKSIZE / 64;
266 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
273 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
274 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
275 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 257 # define MAXCHUNKSIZE 2048
258 # if MAXCHUNKSIZE%64
259 # error "MAXCHUNKSIZE is not divisible by 64"
260 # elif MAXCHUNKSIZE
266 if (minblocks > MAXCHUNKSIZE / 64) {
269 edges[i].blocks = MAXCHUNKSIZE / 64;
270 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
277 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
278 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
279 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 256 # define MAXCHUNKSIZE 2048
257 # if MAXCHUNKSIZE%64
258 # error "MAXCHUNKSIZE is not divisible by 64"
259 # elif MAXCHUNKSIZE
265 if (minblocks > MAXCHUNKSIZE / 64) {
268 edges[i].blocks = MAXCHUNKSIZE / 64;
269 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
276 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
277 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
278 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 251 # define MAXCHUNKSIZE 2048
252 # if MAXCHUNKSIZE%64
253 # error "MAXCHUNKSIZE is not divisible by 64"
254 # elif MAXCHUNKSIZE
260 if (minblocks > MAXCHUNKSIZE / 64) {
263 edges[i].blocks = MAXCHUNKSIZE / 64;
264 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
271 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
272 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
273 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]
e_aes_cbc_hmac_sha256.c 251 # define MAXCHUNKSIZE 2048
252 # if MAXCHUNKSIZE%64
253 # error "MAXCHUNKSIZE is not divisible by 64"
254 # elif MAXCHUNKSIZE
260 if (minblocks > MAXCHUNKSIZE / 64) {
263 edges[i].blocks = MAXCHUNKSIZE / 64;
264 ciph_d[i].blocks = MAXCHUNKSIZE / 16;
271 edges[i].ptr = hash_d[i].ptr += MAXCHUNKSIZE;
272 hash_d[i].blocks -= MAXCHUNKSIZE / 64;
273 edges[i].blocks = MAXCHUNKSIZE / 64
    [all...]

Completed in 35 milliseconds