BLOCKSIZE          60 lib/gnu/md5.c  #if BLOCKSIZE % 64 != 0
BLOCKSIZE         141 lib/gnu/md5.c    char *buffer = malloc (BLOCKSIZE + 72);
BLOCKSIZE         160 lib/gnu/md5.c            n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream);
BLOCKSIZE         164 lib/gnu/md5.c            if (sum == BLOCKSIZE)
BLOCKSIZE         190 lib/gnu/md5.c        md5_process_block (buffer, BLOCKSIZE, &ctx);