OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kexs
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_handshake.h
210
QuicTagVector
kexs
;
member in class:net::QuicCryptoConfig
quic_crypto_client_config.cc
215
kexs
.resize(2);
216
kexs
[0] = kC255;
217
kexs
[1] = kP256;
332
*error_details = "Missing AEAD or
KEXS
";
341
kexs
, their_key_exchanges, num_their_key_exchanges,
344
*error_details = "Unsupported AEAD or
KEXS
";
quic_crypto_server_config.cc
549
*error_details = "Missing or invalid AEAD or
KEXS
";
558
requested_config->
kexs
, their_key_exchanges, num_their_key_exchanges,
561
*error_details = "Unsupported AEAD or
KEXS
";
[
all
...]
Completed in 233 milliseconds