FNV1a_128_Hash 89 net/quic/crypto/null_decrypter.cc uint128 correct_hash = QuicUtils::FNV1a_128_Hash(data.data(), data.length()); FNV1a_128_Hash 31 net/quic/crypto/null_encrypter.cc uint128 hash = QuicUtils::FNV1a_128_Hash(buffer.data(), buffer.length()); FNV1a_128_Hash 29 net/quic/quic_utils.h static uint128 FNV1a_128_Hash(const char* data, int len);