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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 105 CrypterPair initial_crypters; member in struct:net::QuicCryptoNegotiatedParameters
quic_crypto_client_config.cc 551 // out_params->initial_crypters
569 CryptoUtils::CLIENT, &out_params->initial_crypters,
quic_crypto_server_config.cc 729 &params->initial_crypters,
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 122 crypto_negotiated_params_.initial_crypters.encrypter.release());
128 crypto_negotiated_params_.initial_crypters.decrypter.release(),
quic_crypto_client_stream.cc 265 crypto_negotiated_params_.initial_crypters.decrypter.release(),
272 crypto_negotiated_params_.initial_crypters.encrypter.release());

Completed in 2750 milliseconds