summaryrefslogtreecommitdiffstats
path: root/crypto/hmac_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-0/+3
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* Fix for 64-bits, 32-bit size_t assumption.anton@chromium.org2014-04-231-1/+1
* Allow empty keys in hmac_openssl.cc.davidben@chromium.org2014-04-101-0/+18
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-041-1/+1
* Add a routine for truncated HMAC verificationrsleevi@chromium.org2011-07-291-0/+4
* Add a Verify routine for HMACrsleevi@chromium.org2011-07-181-26/+61
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-2/+4
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+236