Index: net/quic/crypto/crypto_protocol.h |
=================================================================== |
--- net/quic/crypto/crypto_protocol.h (revision 255481) |
+++ net/quic/crypto/crypto_protocol.h (working copy) |
@@ -40,6 +40,7 @@ |
// AEAD algorithms |
const QuicTag kNULL = TAG('N', 'U', 'L', 'N'); // null algorithm |
const QuicTag kAESG = TAG('A', 'E', 'S', 'G'); // AES128 + GCM-12 |
+const QuicTag kCC12 = TAG('C', 'C', '1', '2'); // ChaCha20 + Poly1305 |
// Congestion control feedback types |
const QuicTag kQBIC = TAG('Q', 'B', 'I', 'C'); // TCP cubic |