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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 158 QuicTagVector kexs; member in class:net::QuicCryptoConfig
quic_crypto_client_config.cc 303 kexs.resize(2);
304 kexs[0] = kC255;
305 kexs[1] = kP256;
428 *error_details = "Missing AEAD or KEXS";
442 kexs, their_key_exchanges, num_their_key_exchanges,
445 *error_details = "Unsupported AEAD or KEXS";
quic_crypto_server_config.cc 620 *error_details = "Missing or invalid AEAD or KEXS";
629 requested_config->kexs, their_key_exchanges, num_their_key_exchanges,
632 *error_details = "Unsupported AEAD or KEXS";
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_client_stream_test.cc 106 EXPECT_EQ(crypto_config_.kexs[0], crypto_params.key_exchange);

Completed in 352 milliseconds