OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key_exchanges
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_server_config.cc
399
requested_config->
key_exchanges
[key_exchange_index];
874
for (vector<KeyExchange*>::const_iterator i = config->
key_exchanges
.begin();
875
i != config->
key_exchanges
.end(); ++i) {
882
config->
key_exchanges
.push_back(ka.release());
[
all
...]
crypto_server_config.h
215
//
key_exchanges
contains key exchange objects with the private keys
218
std::vector<KeyExchange*>
key_exchanges
;
member in class:net::QuicCryptoServerConfig::Config
Completed in 465 milliseconds