summaryrefslogtreecommitdiff
path: root/crypto/hmac.c
Commit message (Expand)AuthorAge
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2017-11-29
* crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2017-05-23
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.cJan-Simon Möller2014-10-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* crypto: hmac - Prehash ipad/opadHerbert Xu2009-07-24
* crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu2009-07-15
* crypto: hmac - Switch to shashHerbert Xu2009-07-14
* crypto: hash - Export shash through hashHerbert Xu2008-12-25
* crypto: hash - Fixed digest size checkHerbert Xu2008-07-10
* [CRYPTO] hmac: Avoid calling virt_to_page on keyHerbert Xu2008-05-07
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* [CRYPTO] scatterwalk: Restore custom sg chaining for nowHerbert Xu2008-01-11
* [CRYPTO] scatterwalk: Use generic scatterlist chainingHerbert Xu2008-01-11
* [CRYPTO]: HMAC needs some more scatterlist fixups.David S. Miller2007-10-26
* [CRYPTO]: Fix hmac_digest from the SG breakage.Vlad Yasevich2007-10-25
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
* [SG] Update crypto/ to sg helpersJens Axboe2007-10-22
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-02
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-07
* [CRYPTO] hmac: Fix error truncation by unlikely()Herbert Xu2006-09-23
* [CRYPTO] hmac: Fix hmac_init update callHerbert Xu2006-09-23
* [CRYPTO] digest: Remove old HMAC implementationHerbert Xu2006-09-21
* [CRYPTO] hmac: Add crypto template implementationHerbert Xu2006-09-21
* [CRYPTO] digest: Added user API for new hash typeHerbert Xu2006-09-21
* [PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman2005-10-30
* [CRYPTO] Don't check for NULL before kfree()Jesper Juhl2005-07-06
* Linux-2.6.12-rc2Linus Torvalds2005-04-16