aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-24crypto: api - Fix aligned ctx helperHerbert Xu1-6/+2
2009-07-24crypto: hmac - Prehash ipad/opadHerbert Xu1-46/+62
2009-07-24crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody1-2/+7
2009-07-24crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert1-1/+1
2009-07-24crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert1-2/+2
2009-07-22crypto: shash - Require all algorithms to support export/importHerbert Xu1-8/+11
2009-07-22crypto: sha512-s390 - Add export/import supportHerbert Xu1-0/+36
2009-07-22crypto: sha512_generic - Use 64-bit countersHerbert Xu2-20/+14
2009-07-22crypto: sha512 - Export struct sha512_stateHerbert Xu2-13/+13
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu1-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu1-16/+6
2009-07-22crypto: cryptd - Add finup/export/import for hashHerbert Xu1-0/+40
2009-07-16crypto: s390 - Fix sha build failureSachin Sant2-2/+2
2009-07-16crypto: padlock - Fix hashing of partial blocksHerbert Xu1-0/+2
2009-07-15crypto: shash - Fix async finup handling of null digestHerbert Xu1-2/+7
2009-07-15crypto: shash - Fix digest size offsetHerbert Xu1-1/+2
2009-07-15crypto: ahash - Fix setkey crashHerbert Xu1-4/+2
2009-07-15crypto: padlock - Fix compile error on i386Herbert Xu1-2/+4
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu1-0/+1
2009-07-15crypto: cryptd - Fix uninitialized return valueSteffen Klassert1-0/+2
2009-07-15crypto: crypto4xx - Disable SHA implementationHerbert Xu1-19/+0
2009-07-15crypto: ahash - Add unaligned handling and default operationsHerbert Xu4-22/+263
2009-07-14crypto: ahash - Use GFP_KERNEL in unaligned setkeyHerbert Xu1-1/+1
2009-07-14crypto: shash - Fix alignment in unaligned operationsHerbert Xu1-2/+4
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu2-5/+12
2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu5-53/+1
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu3-39/+77
2009-07-14crypto: cryptd - Switch to new style ahashHerbert Xu1-27/+37
2009-07-14crypto: cryptd - Switch to template create APIHerbert Xu3-27/+32
2009-07-14crypto: hash - Add helpers to free spawnsHerbert Xu1-0/+10
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu1-3/+6
2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu2-0/+123
2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu5-91/+148
2009-07-14crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu4-14/+8
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu2-2/+4
2009-07-14crypto: cryptd - Use crypto_ahash_set_reqsizeHerbert Xu1-2/+3
2009-07-14crypto: ahash - Add crypto_ahash_set_reqsizeHerbert Xu1-0/+6
2009-07-14crypto: cryptd - Use shash algorithmsHerbert Xu1-80/+84
2009-07-14crypto: shash - Export async functionsHerbert Xu2-20/+25
2009-07-14crypto: hash - Remove legacy hash/digest implementaionHerbert Xu3-34/+3
2009-07-14crypto: authenc - Remove reference to crypto_hashHerbert Xu1-5/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu1-148/+87
2009-07-14crypto: hmac - Switch to shashHerbert Xu1-157/+114
2009-07-14crypto: padlock - Switch sha to shashHerbert Xu2-179/+156
2009-07-14crypto: shash - Make descsize a run-time attributeHerbert Xu3-13/+31
2009-07-12crypto: async - Use kzfree for requestsHerbert Xu2-3/+3
2009-07-12crypto: shash - Move null setkey check to registration timeHerbert Xu1-3/+8
2009-07-11crypto: padlock - Use shash fallback for shaHerbert Xu1-30/+52
2009-07-11crypto: sha256-s390 - Add export/import supportHerbert Xu1-0/+26