Home
last modified time | relevance | path

Searched refs:kPAD (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_framer.cc131 if (it->first == kPAD && need_pad_tag) { in ConstructHandshakeMessage()
139 if (it->first > kPAD && need_pad_tag) { in ConstructHandshakeMessage()
166 if (it->first > kPAD && need_pad_value) { in ConstructHandshakeMessage()
280 if (!writer->WriteUInt32(kPAD)) { in WritePadTag()
Dcrypto_protocol.h93 const QuicTag kPAD = TAG('P', 'A', 'D', '\0'); // Padding variable
Dcrypto_handshake.cc305 case kPAD: in DebugStringInternal()
Dcrypto_server_test.cc166 message.SetStringPiece(kPAD, string(kClientHelloMinimumSize, '-')); in InchoateClientHello()
Dquic_crypto_server_config.cc600 client_hello_copy.Erase(kPAD); in ProcessClientHello()