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

  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 369 size_t num_their_aeads, num_their_key_exchanges; local
373 &num_their_key_exchanges) != QUIC_NO_ERROR ||
375 num_their_key_exchanges != 1) {
385 requested_config->kexs, their_key_exchanges, num_their_key_exchanges,
    [all...]
crypto_handshake.cc 642 size_t num_their_aeads, num_their_key_exchanges; local
646 &num_their_key_exchanges) != QUIC_NO_ERROR) {
656 kexs, their_key_exchanges, num_their_key_exchanges,

Completed in 132 milliseconds