summaryrefslogtreecommitdiffstats
path: root/base/crypto/symmetric_key_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-127/+0
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-4/+4
* Take 2 for: Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-201-0/+31
* Revert "Add support for SymmetricKey to import raw keys when using NSS."albertb@chromium.org2010-07-121-31/+0
* Add support for SymmetricKey to import raw keys when using NSS.albertb@chromium.org2010-07-121-0/+31
* Implement PBKDF2-based key derivation, random key generation,wtc@chromium.org2010-04-091-0/+2
* First pass of a Nigori implementation for Chrome. Only unassisted keyalbertb@chromium.org2010-03-311-1/+0
* Add Mac implementations of new SymmetricKey and Encryptor classes.snej@chromium.org2010-03-291-7/+8
* Implement random key generation and AES encryption using NSS.albertb@chromium.org2010-03-251-0/+67
* PBKDF2 implemetation using NSS.albertb@chromium.org2010-03-221-0/+27