Home
last modified time | relevance | path

Searched refs:kNONC (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_protocol.h68 const QuicTag kNONC = TAG('N', 'O', 'N', 'C'); // The client's nonce variable
Dquic_crypto_client_config.cc420 out->SetStringPiece(kNONC, out_params->client_nonce); in FillClientHello()
Dquic_crypto_server_config.cc941 if (client_hello.GetStringPiece(kNONC, &info->client_nonce) && in EvaluateClientHello()