MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / CryptHashChar

Function CryptHashChar

src/TortoiseProc/UpdateCrypto.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612static void CryptHashChar(HCRYPTHASH hHash, const int c)
613{
614 CryptHashData(hHash, reinterpret_cast<const BYTE*>(&c), 1, 0);
615}
616
617/* final part of the hash */
618static int hash_finish(HCRYPTHASH hHash, const signature_packet_t* p_sig)

Callers 3

hash_finishFunction · 0.85
hash_from_public_keyFunction · 0.85
hash_from_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected