Lines Matching refs:GenerateHash
106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
258 static void GenerateHash(const std::string& input, std::string* output) {
311 GenerateHash(WideToUTF8(module.name), &filename_hash);
312 GenerateHash(WideToUTF8(module.location), &location_hash);
343 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash);
344 GenerateHash(WideToUTF8(module.description), &description_hash);
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
629 GenerateHash(kModuleBlacklist[i].location, &hash2);
631 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
951 GenerateHash(WideToUTF8(module.name), &filename);
952 GenerateHash(WideToUTF8(module.location), &location);
953 GenerateHash(WideToUTF8(module.description), &description);
954 GenerateHash(WideToUTF8(module.digital_signer), &signer);