HomeSort by: relevance | last modified time | path
    Searched defs:MAXCHUNK (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 21 #define MAXCHUNK ((size_t)1 << 30)
253 while (len >= MAXCHUNK) { \
254 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx->iv, &num); \
255 len -= MAXCHUNK; \
256 in += MAXCHUNK; \
257 out += MAXCHUNK; \
288 while (len >= MAXCHUNK) { \
289 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx->iv, ctx->enc); \
290 len -= MAXCHUNK; \
291 in += MAXCHUNK; \
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 17 # define MAXCHUNK ((size_t)1 << 30)
244 while (len >= MAXCHUNK) { \
245 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx->iv, &num); \
246 len -= MAXCHUNK; \
247 in += MAXCHUNK; \
248 out += MAXCHUNK; \
279 while (len >= MAXCHUNK) { \
280 FUNC_PREFIX##_encrypt(in, out, MAXCHUNK, key, ctx->iv, ctx->enc); \
281 len -= MAXCHUNK; \
282 in += MAXCHUNK; \
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
histo.c 62 #define MAXCHUNK(hg) EXPONENTS(hg)
505 const uint maxchunk = MAXCHUNK(hg); local
515 for (uint c = 0; c < maxchunk; c++) {
543 for (uint c = maxchunk; c-- > 0;) {
  /src/external/gpl3/binutils/dist/bfd/
srec.c 124 #define MAXCHUNK 0xff
949 char buffer[2 * MAXCHUNK + 6];
1034 else if (_bfd_srec_len > MAXCHUNK - tdata->type - 2)
1035 _bfd_srec_len = MAXCHUNK - tdata->type - 2;
tekhex.c 231 #define MAXCHUNK 0xff
527 char src[MAXCHUNK];
550 if (chars_on_line >= MAXCHUNK)
  /src/external/gpl3/binutils.old/dist/bfd/
srec.c 124 #define MAXCHUNK 0xff
949 char buffer[2 * MAXCHUNK + 6];
1034 else if (_bfd_srec_len > MAXCHUNK - tdata->type - 2)
1035 _bfd_srec_len = MAXCHUNK - tdata->type - 2;
tekhex.c 231 #define MAXCHUNK 0xff
527 char src[MAXCHUNK];
550 if (chars_on_line >= MAXCHUNK)
  /src/external/gpl3/gdb/dist/bfd/
srec.c 124 #define MAXCHUNK 0xff
949 char buffer[2 * MAXCHUNK + 6];
1034 else if (_bfd_srec_len > MAXCHUNK - tdata->type - 2)
1035 _bfd_srec_len = MAXCHUNK - tdata->type - 2;
tekhex.c 231 #define MAXCHUNK 0xff
525 char src[MAXCHUNK];
548 if (chars_on_line >= MAXCHUNK)
  /src/external/gpl3/gdb.old/dist/bfd/
srec.c 124 #define MAXCHUNK 0xff
951 char buffer[2 * MAXCHUNK + 6];
1036 else if (_bfd_srec_len > MAXCHUNK - tdata->type - 2)
1037 _bfd_srec_len = MAXCHUNK - tdata->type - 2;
tekhex.c 231 #define MAXCHUNK 0xff
523 char src[MAXCHUNK];
546 if (chars_on_line >= MAXCHUNK)

Completed in 34 milliseconds