FNV1a_64_Hash     196 net/quic/crypto/cert_compressor.cc       uint64 hash = QuicUtils::FNV1a_64_Hash(i->data(), i->size());
FNV1a_64_Hash     326 net/quic/crypto/cert_compressor.cc     ret.push_back(QuicUtils::FNV1a_64_Hash(i->data(), i->size()));
FNV1a_64_Hash      73 net/quic/crypto/cert_compressor_test.cc   uint64 hash = QuicUtils::FNV1a_64_Hash(chain[0].data(), chain[0].size());
FNV1a_64_Hash     317 net/quic/crypto/quic_crypto_client_config.cc       hashes.push_back(QuicUtils::FNV1a_64_Hash(i->data(), i->size()));
FNV1a_64_Hash      25 net/quic/quic_utils.h   static uint64 FNV1a_64_Hash(const char* data, int len);