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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 325 const QuicTag* their_aeads; local
328 if (scfg->GetTaglist(kAEAD, &their_aeads,
338 aead, their_aeads, num_their_aeads, QuicUtils::PEER_PRIORITY,
quic_crypto_server_config.cc 540 const QuicTag* their_aeads; local
543 if (client_hello.GetTaglist(kAEAD, &their_aeads,
554 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
    [all...]

Completed in 6424 milliseconds