summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/openssl/aes_gcm_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* html_viewer: Move webcrypto to a place where html_viewer can use it.erg2015-04-171-84/+0
* Rename some WebCrypto fileseroman2014-12-301-1/+1
* Re-run clang-format over WebCrypto code.eroman2014-11-241-8/+4
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-8/+8
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-2/+2
* [webcrypto] Implement AES-KW using BoringSSL.eroman@chromium.org2014-07-311-65/+8
* [refactor] Replace custom utility function with base's "vector_as_array()"eroman@chromium.org2014-07-231-3/+4
* [webcrypto] Support 256-bit AES-GCM for OpenSSL implementation.eroman@chromium.org2014-07-231-1/+2
* Switch to BoringSSL.davidben@chromium.org2014-07-221-20/+23
* Replace uses of uint8 with uint8_t.eroman@chromium.org2014-07-191-4/+5
* Refactor WebCrypto code.eroman@chromium.org2014-07-191-0/+139
* Revert 284192 due to a failing test.eroman@chromium.org2014-07-181-142/+0
* Refactor WebCrypto code.eroman@chromium.org2014-07-181-0/+142