BLOCKSIZE          63 lib/common/md5.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE         153 lib/common/md5.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE         181 lib/common/md5.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE         185 lib/common/md5.c           if (sum == BLOCKSIZE)
BLOCKSIZE         205 lib/common/md5.c       md5_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          63 lib/gnu/md5.c  #if BLOCKSIZE % 64 != 0
BLOCKSIZE         153 lib/gnu/md5.c    char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE         181 lib/gnu/md5.c            n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE         185 lib/gnu/md5.c            if (sum == BLOCKSIZE)
BLOCKSIZE         205 lib/gnu/md5.c        md5_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          82 maint/gnulib/lib/af_alg.c       ssize_t size = (len > BLOCKSIZE ? BLOCKSIZE : len);
BLOCKSIZE         159 maint/gnulib/lib/af_alg.c           char buf[BLOCKSIZE];
BLOCKSIZE         162 maint/gnulib/lib/af_alg.c           size_t blocksize = (nseek == 0 && off < 0 ? 1 : BLOCKSIZE);
BLOCKSIZE          34 maint/gnulib/lib/md2-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          47 maint/gnulib/lib/md2-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          66 maint/gnulib/lib/md2-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          70 maint/gnulib/lib/md2-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE          96 maint/gnulib/lib/md2-stream.c       md2_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          34 maint/gnulib/lib/md4-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          47 maint/gnulib/lib/md4-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          66 maint/gnulib/lib/md4-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          70 maint/gnulib/lib/md4-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE          96 maint/gnulib/lib/md4-stream.c       md4_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          53 maint/gnulib/lib/md5-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          69 maint/gnulib/lib/md5-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          97 maint/gnulib/lib/md5-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE         101 maint/gnulib/lib/md5-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE         121 maint/gnulib/lib/md5-stream.c       md5_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          41 maint/gnulib/lib/sha1-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          57 maint/gnulib/lib/sha1-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          85 maint/gnulib/lib/sha1-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          89 maint/gnulib/lib/sha1-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE         109 maint/gnulib/lib/sha1-stream.c       sha1_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          40 maint/gnulib/lib/sha256-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          59 maint/gnulib/lib/sha256-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          87 maint/gnulib/lib/sha256-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          91 maint/gnulib/lib/sha256-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE         111 maint/gnulib/lib/sha256-stream.c       sha256_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          40 maint/gnulib/lib/sha512-stream.c #if BLOCKSIZE % 128 != 0
BLOCKSIZE          59 maint/gnulib/lib/sha512-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          87 maint/gnulib/lib/sha512-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          91 maint/gnulib/lib/sha512-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE         111 maint/gnulib/lib/sha512-stream.c       sha512_process_block (buffer, BLOCKSIZE, &ctx);
BLOCKSIZE          41 maint/gnulib/lib/sm3-stream.c #if BLOCKSIZE % 64 != 0
BLOCKSIZE          54 maint/gnulib/lib/sm3-stream.c   char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE          73 maint/gnulib/lib/sm3-stream.c           n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE          77 maint/gnulib/lib/sm3-stream.c           if (sum == BLOCKSIZE)
BLOCKSIZE         103 maint/gnulib/lib/sm3-stream.c       sm3_process_block (buffer, BLOCKSIZE, &ctx);