Lines Matching defs:hash
611 char hash[MAX_HASH_LEN]; /* hash data */
1410 char hash[], int hash_size)
1440 (unsigned char *)hash);
1443 (unsigned char *)hash);
1482 char hash[20]; /* sha1 */
1493 if (write_file(offset, files[i], hash, sizeof(hash)) < 0)
1496 memcpy(entry.hash, hash, sizeof(hash));
1497 entry.hash_size = sizeof(hash);