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

  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.h 72 // GetTaglist finds an element with the given tag containing zero or more
77 QuicErrorCode GetTaglist(QuicTag tag, const QuicTag** out_tags,
crypto_handshake_message.cc 99 QuicErrorCode CryptoHandshakeMessage::GetTaglist(QuicTag tag,
quic_crypto_client_config.cc 424 if (scfg->GetTaglist(kAEAD, &their_aeads,
426 scfg->GetTaglist(kKEXS, &their_key_exchanges,
663 if (rej.GetTaglist(kRREJ, &reject_reasons,
705 if (server_hello.GetTaglist(kVER, &supported_version_tags,
quic_crypto_server_config.cc 614 if (client_hello.GetTaglist(kAEAD, &their_aeads,
616 client_hello.GetTaglist(kKEXS, &their_key_exchanges,
    [all...]
crypto_server_test.cc 185 server_hello.GetTaglist(kVER, &versions, &num_versions);
276 QuicErrorCode error_code = out_.GetTaglist(kRREJ, &reject_reasons,
  /external/chromium_org/net/quic/
quic_config.cc 159 QuicErrorCode error = msg.GetTaglist(tag_, out, out_length);
405 peer_hello.GetTaglist(tag_, &received_tags, &received_tags_length);
quic_config_test.cc 74 error = msg.GetTaglist(kCGST, &out, &out_len);
quic_crypto_client_stream.cc 552 if (scfg->GetTaglist(kPDMD, &their_proof_demands,

Completed in 230 milliseconds