OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAEAD
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_protocol.h
66
const QuicTag
kAEAD
= TAG('A', 'E', 'A', 'D'); // Authenticated
quic_crypto_client_config.cc
328
if (scfg->GetTaglist(
kAEAD
, &their_aeads,
347
out->SetTaglist(
kAEAD
, out_params->aead, 0);
crypto_handshake.cc
275
case
kAEAD
:
quic_crypto_server_config.cc
242
msg.SetTaglist(
kAEAD
, kAESG, 0);
543
if (client_hello.GetTaglist(
kAEAD
, &their_aeads,
[
all
...]
Completed in 110 milliseconds