HashDigestSize     34 google_apis/cup/client_update_protocol.cc   std::vector<uint8> result(HashDigestSize());
HashDigestSize     42 google_apis/cup/client_update_protocol.cc   std::vector<uint8> result(HashDigestSize());
HashDigestSize     60 google_apis/cup/client_update_protocol.cc       DCHECK_EQ(args[i]->size(), HashDigestSize());
HashDigestSize    102 google_apis/cup/client_update_protocol.cc   DCHECK_GE(rsa_key_size, HashDigestSize());
HashDigestSize    107 google_apis/cup/client_update_protocol.cc   result.resize(rsa_key_size - HashDigestSize());
HashDigestSize    221 google_apis/cup/client_update_protocol.cc   DCHECK_EQ(internal_hashes.size(), 3 * HashDigestSize());
HashDigestSize    266 google_apis/cup/client_update_protocol.cc   DCHECK_GE(PublicKeyLength(), HashDigestSize());
HashDigestSize    272 google_apis/cup/client_update_protocol.cc   std::vector<uint8> entropy(PublicKeyLength() - HashDigestSize());
HashDigestSize    289 google_apis/cup/client_update_protocol.cc   DCHECK_GE(source.size(), HashDigestSize());