Searched refs:FNV1a_128_Hash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dnull_encrypter.cc31 uint128 hash = QuicUtils::FNV1a_128_Hash(buffer.data(), buffer.length());
H A Dnull_decrypter.cc89 uint128 correct_hash = QuicUtils::FNV1a_128_Hash(data.data(), data.length());
/external/chromium_org/net/quic/
H A Dquic_utils.h29 static uint128 FNV1a_128_Hash(const char* data, int len);
H A Dquic_utils.cc41 uint128 QuicUtils::FNV1a_128_Hash(const char* data, int len) { function in class:net::QuicUtils

Completed in 86 milliseconds