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.cc129 if (it->first == kPAD && need_pad_tag) { in ConstructHandshakeMessage()
137 if (it->first > kPAD && need_pad_tag) { in ConstructHandshakeMessage()
164 if (it->first > kPAD && need_pad_value) { in ConstructHandshakeMessage()
278 if (!writer->WriteUInt32(kPAD)) { in WritePadTag()
Dcrypto_protocol.h115 const QuicTag kPAD = TAG('P', 'A', 'D', '\0'); // Padding variable
Dcrypto_handshake_message.cc301 case kPAD: in DebugStringInternal()
Dcrypto_server_test.cc257 message.SetStringPiece(kPAD, string(kClientHelloMinimumSize, '-')); in InchoateClientHello()
Dquic_crypto_server_config.cc641 client_hello_copy.Erase(kPAD); in ProcessClientHello()