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

  /external/chromium_org/net/quic/crypto/
crypto_protocol.h 65 const QuicTag kKEXS = TAG('K', 'E', 'X', 'S'); // Key exchange methods
quic_crypto_client_config.cc 330 scfg->GetTaglist(kKEXS, &their_key_exchanges,
348 out->SetTaglist(kKEXS, out_params->key_exchange, 0);
crypto_handshake.cc 274 case kKEXS:
quic_crypto_server_config.cc 238 msg.SetTaglist(kKEXS, kC255, kP256, 0);
240 msg.SetTaglist(kKEXS, kC255, 0);
545 client_hello.GetTaglist(kKEXS, &their_key_exchanges,
    [all...]

Completed in 65 milliseconds