Searched refs:BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
135 #define BLOCKSIZE 4096 in md5_stream() macro137 char buffer[BLOCKSIZE + 72]; in md5_stream()155 n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); in md5_stream()159 while (sum < BLOCKSIZE && n != 0); in md5_stream()170 __md5_process_block (buffer, BLOCKSIZE, &ctx); in md5_stream()