Home
last modified time | relevance | path

Searched refs:kKEXS (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_protocol.h78 const QuicTag kKEXS = TAG('K', 'E', 'X', 'S'); // Key exchange methods variable
Dquic_crypto_server_config.cc293 msg.SetTaglist(kKEXS, kC255, kP256, 0); in GenerateConfig()
295 msg.SetTaglist(kKEXS, kC255, 0); in GenerateConfig()
616 client_hello.GetTaglist(kKEXS, &their_key_exchanges, in ProcessClientHello()
1232 if (msg->GetTaglist(kKEXS, &kexs_tags, &kexs_len) != QUIC_NO_ERROR) { in ParseConfigProtobuf()
Dcrypto_handshake_message.cc258 case kKEXS: in DebugStringInternal()
Dquic_crypto_client_config.cc426 scfg->GetTaglist(kKEXS, &their_key_exchanges, in FillClientHello()
449 out->SetTaglist(kKEXS, out_params->key_exchange, 0); in FillClientHello()