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

  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 640 const QuicTag* their_aeads; local
643 if (scfg->GetTaglist(kAEAD, &their_aeads,
653 aead, their_aeads, num_their_aeads, QuicUtils::PEER_PRIORITY,
crypto_server_config.cc 367 const QuicTag* their_aeads; local
370 if (client_hello.GetTaglist(kAEAD, &their_aeads,
381 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
    [all...]

Completed in 2022 milliseconds