summaryrefslogtreecommitdiffstats
path: root/crypto/hmac.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-1/+3
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-041-5/+3
* Remove #pragma once from cryptoajwong@chromium.org2012-07-111-1/+0
* Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3.wtc@chromium.org2012-03-141-0/+8
* This adds support for encrypted ONC import to Chrome.gspencer@chromium.org2012-01-111-1/+6
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-051-2/+2
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-301-6/+8
* Add a routine for truncated HMAC verificationrsleevi@chromium.org2011-07-291-2/+7
* Add a Verify routine for HMACrsleevi@chromium.org2011-07-181-1/+9
* crypto: Add crytpto_api.h and annotate the current exports needed to runrvargas@google.com2011-06-171-1/+2
* Change HMAC::Sign() to take base::StringPiece instead of string.hclam@chromium.org2011-06-061-5/+3
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-181-1/+3
* Add requested documentation.abarth@chromium.org2011-05-061-0/+1
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-0/+6
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+60