HomeSort by relevance Sort by last modified time
    Searched refs:ValidateSourceAddressToken (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake_test.cc 40 bool ValidateSourceAddressToken(StringPiece srct,
43 return server_config_->ValidateSourceAddressToken(srct, ip, now);
179 EXPECT_TRUE(peer.ValidateSourceAddressToken(token4, ip4, now));
180 EXPECT_FALSE(peer.ValidateSourceAddressToken(token4, ip6, now));
181 EXPECT_TRUE(peer.ValidateSourceAddressToken(token6, ip6, now));
184 EXPECT_FALSE(peer.ValidateSourceAddressToken(token4, ip4, now));
187 EXPECT_FALSE(peer.ValidateSourceAddressToken(token4, ip4, now));
crypto_server_config.h 283 // ValidateSourceAddressToken returns true if the source address token in
286 bool ValidateSourceAddressToken(base::StringPiece token,
crypto_server_config.cc 614 ValidateSourceAddressToken(srct, info->client_ip, info->now)) {
959 bool QuicCryptoServerConfig::ValidateSourceAddressToken(
    [all...]

Completed in 35 milliseconds