summaryrefslogtreecommitdiffstats
path: root/net/quic/crypto/chacha20_poly1305_decrypter.h
Commit message (Expand)AuthorAgeFilesLines
* Landing Recent QUIC changes until 2016-03-07 19:39 UTCrjshade2016-03-111-1/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+5
* relnote: remove IsSupported method from the QUIC ChaCha20rch2015-12-011-3/+0
* relnote: Propagate the info for the cipher in the QUIC connection to thertenneti2015-07-141-0/+3
* Change the interface of QuicDecrypter to accept an already allocatedrtenneti2015-02-111-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-4/+4
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* Added DISALLOW_COPY_AND_ASSIGN to disable copy/assign.rtenneti@chromium.org2014-04-221-0/+3
* Enable the ChaCha20+Poly1305 (kCC12) AEAD algorithm.wtc@chromium.org2014-03-271-2/+3
* Add ChaCha20Poly1305Encrypter, based onwtc@chromium.org2014-03-131-0/+43