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

  /external/chromium_org/net/quic/crypto/
crypto_framer.cc 131 if (it->first == kPAD && need_pad_tag) {
139 if (it->first > kPAD && need_pad_tag) {
166 if (it->first > kPAD && need_pad_value) {
280 if (!writer->WriteUInt32(kPAD)) {
crypto_protocol.h 88 const QuicTag kPAD = TAG('P', 'A', 'D', '\0'); // Padding
crypto_server_test.cc 105 message.SetStringPiece(kPAD, string(kClientHelloMinimumSize, '-'));
crypto_handshake.cc 309 case kPAD: