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

/external/chromium_org/net/quic/crypto/
H A Dnull_decrypter.cc89 uint128 correct_hash = QuicUtils::FNV1a_128_Hash(data.data(), data.length()); local
92 correct_hash &= ~mask;
93 return correct_hash;

Completed in 954 milliseconds