Lines Matching refs:hash
145 std::vector<unsigned char> hash(kHashSize);
146 if (!hmac.Sign(ciphertext, &hash[0], hash.size()))
151 output.append(hash.begin(), hash.end());
181 std::vector<unsigned char> hash(kHashSize);
182 if (!hmac.Sign(ciphertext, &hash[0], hash.size()))
188 output.append(hash.begin(), hash.end());
205 // * hash (32 bytes)
209 std::string hash(input.substr(input.size() - kHashSize, kHashSize));
223 if (hash.compare(0, hash.size(),