Searched refs:SHA_DIGEST_LENGTH (Results 1 – 4 of 4) sorted by relevance
12 #define SHA_DIGEST_LENGTH 32 macro26 { return SHA_DIGEST_LENGTH; } in DigestLength()
90 uint8 hash[SHA_DIGEST_LENGTH];102 for (int i = 0; i < SHA_DIGEST_LENGTH; i++) { in HashString()148 if (memcmp(entry.hash, gSHA.Digest(), SHA_DIGEST_LENGTH)) in process_file()213 read(file, entry.hash, SHA_DIGEST_LENGTH); in main()
90 uint8 hash[SHA_DIGEST_LENGTH];102 for (int i = 0; i < SHA_DIGEST_LENGTH; i++) { in HashString()178 memcpy(entry.hash, gSHA.Digest(), SHA_DIGEST_LENGTH); in process_file()218 write(file, entry.hash, SHA_DIGEST_LENGTH); in write_hash_file()
53 uint8 fData[SHA_DIGEST_LENGTH];