summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/nss/aes_gcm_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* html_viewer: Move webcrypto to a place where html_viewer can use it.erg2015-04-171-186/+0
* Rename some WebCrypto fileseroman2014-12-301-1/+1
* Re-run clang-format over WebCrypto code.eroman2014-11-241-8/+3
* Cleanup: Use one of "virtual" or "override" throughout webcrypto code.eroman2014-10-241-13/+13
* Cleanup: rename usage_mask --> usages.eroman2014-10-211-5/+4
* Refactor the interface for generating keys.eroman2014-10-181-3/+7
* Replace OVERRIDE and FINAL with override and final in content/child/[a-s]*anand.ratn2014-10-071-4/+4
* [refactor] Replace custom utility function with base's "vector_as_array()"eroman@chromium.org2014-07-231-1/+2
* [refactor] Use base::CheckedNumeric<> in place of manual checks.eroman@chromium.org2014-07-221-18/+17
* Replace uses of uint8 with uint8_t.eroman@chromium.org2014-07-191-3/+3
* Refactor WebCrypto code.eroman@chromium.org2014-07-191-0/+188
* Revert 284192 due to a failing test.eroman@chromium.org2014-07-181-188/+0
* Refactor WebCrypto code.eroman@chromium.org2014-07-181-0/+188