summaryrefslogtreecommitdiffstats
path: root/crypto/hmac.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-0/+2
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-091-1/+1
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-041-1/+1
* This adds support for encrypted ONC import to Chrome.gspencer@chromium.org2012-01-111-1/+11
* Make constant-time comparison operators for cryptographic uses public.palmer@chromium.org2011-10-071-21/+3
* Add a routine for truncated HMAC verificationrsleevi@chromium.org2011-07-291-3/+14
* Add a Verify routine for HMACrsleevi@chromium.org2011-07-181-0/+31
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-0/+23