Searched refs:remoteHash (Results 1 – 1 of 1) sorted by relevance
153 auto remoteHash = Md5Sum(bufRemote, sizeRemote); in TestFileCommand() local154 if (memcmp(localHash.data(), remoteHash.data(), localHash.size())) { in TestFileCommand()