Searched refs:inputHashValue (Results 1 – 1 of 1) sorted by relevance
339 bool IsHashSizeValid(const std::string &inputHashValue) in IsHashSizeValid() argument341 if (inputHashValue.empty() || inputHashValue.length() > MAX_HASH_SIZE) { in IsHashSizeValid()