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);