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/
quic_crypto_client_config.cc 421 const QuicTag* their_aeads; local
424 if (scfg->GetTaglist(kAEAD, &their_aeads,
439 aead, their_aeads, num_their_aeads, QuicUtils::LOCAL_PRIORITY,
quic_crypto_server_config.cc 611 const QuicTag* their_aeads; local
614 if (client_hello.GetTaglist(kAEAD, &their_aeads,
625 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
    [all...]

Completed in 172 milliseconds