Searched refs:bytesread (Results 1 – 1 of 1) sorted by relevance
281 int bytesread; in sha1file() local303 bytesread = fread(buffer, 1, 16384, f); in sha1file()304 SHA1Update(&context, buffer, bytesread); in sha1file()