HomeSort by relevance Sort by last modified time
    Searched full:requested_config (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 321 scoped_refptr<Config> requested_config; local
344 requested_config = it->second;
361 !requested_config.get()) {
381 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
385 requested_config->kexs, their_key_exchanges, num_their_key_exchanges,
399 requested_config->key_exchanges[key_exchange_index];
416 requested_config->serialized.size());
420 hkdf_suffix.append(requested_config->serialized);
423 if (requested_config->channel_id_enabled &&
436 hkdf_input.append(requested_config->serialized)
    [all...]

Completed in 112 milliseconds