OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
93
const QuicTag
kPAD
= TAG('P', 'A', 'D', '\0'); // Padding
crypto_handshake.cc
305
case
kPAD
:
crypto_server_test.cc
166
message.SetStringPiece(
kPAD
, string(kClientHelloMinimumSize, '-'));
quic_crypto_server_config.cc
600
client_hello_copy.Erase(
kPAD
);
[
all
...]
Completed in 77 milliseconds