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