OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNV1a_128_Hash
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
null_encrypter.cc
31
uint128 hash = QuicUtils::
FNV1a_128_Hash
(buffer.data(), buffer.length());
null_decrypter.cc
89
uint128 correct_hash = QuicUtils::
FNV1a_128_Hash
(data.data(), data.length());
/external/chromium_org/net/quic/
quic_utils.h
29
static uint128
FNV1a_128_Hash
(const char* data, int len);
quic_utils.cc
40
uint128 QuicUtils::
FNV1a_128_Hash
(const char* data, int len) {
Completed in 134 milliseconds