Searched defs:their_aeads (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.cc421 const QuicTag* their_aeads; local
424 if (scfg->GetTaglist(kAEAD, &their_aeads,
439 aead, their_aeads, num_their_aeads, QuicUtils::LOCAL_PRIORITY,
H A Dquic_crypto_server_config.cc611 const QuicTag* their_aeads; local
614 if (client_hello.GetTaglist(kAEAD, &their_aeads,
625 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,

Completed in 71 milliseconds