summaryrefslogtreecommitdiffstats
path: root/crypto/hmac_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-0/+1
* Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts.davidben2014-10-301-1/+1
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-041-4/+4
* Reland - Create a database for NaCl validation caching that is shared between...nduca@google.com2012-03-271-6/+19
* Revert 129061 - Create a database for NaCl validation caching that is shared ...nduca@google.com2012-03-271-19/+6
* Create a database for NaCl validation caching that is shared between processes.ncbray@chromium.org2012-03-271-6/+19
* Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3.wtc@chromium.org2012-03-141-2/+0
* Fixed bad pointer on edge casegroby@chromium.org2011-12-221-1/+2
* Rename crypto/third_party/nss headers to avoid mixups.mattm@chromium.org2011-11-151-2/+2
* Change HMAC::Sign() to take base::StringPiece instead of string.hclam@chromium.org2011-06-061-1/+1
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-181-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+197