summaryrefslogtreecommitdiffstats
path: root/base/crypto/symmetric_key_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+0
* Port SymmetricKey::Import to Mac and update tests.albertb@chromium.org2010-07-231-0/+6
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-281-1/+4
* Enable Nigori unit tests on all platforms.albertb@chromium.org2010-04-231-1/+1
* Implement PBKDF2-based key derivation, random key generation,wtc@chromium.org2010-04-091-4/+6
* Add Mac implementations of new SymmetricKey and Encryptor classes.snej@chromium.org2010-03-291-7/+123
* Implement random key generation and AES encryption using NSS.albertb@chromium.org2010-03-251-1/+16
* PBKDF2 implemetation using NSS.albertb@chromium.org2010-03-221-0/+14