summaryrefslogtreecommitdiffstats
path: root/crypto/xcbc.c
AgeCommit message (Expand)AuthorLines
2014-11-26crypto: include crypto- module prefix in templateKees Cook-0/+1
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker-0/+1
2009-08-20crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert-3/+5
2009-07-22crypto: xcbc - Fix shash conversionHerbert Xu-91/+73
2009-07-22crypto: xcbc - Use crypto_xorHerbert Xu-16/+6
2009-07-15crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu-0/+1
2009-07-14crypto: xcbc - Switch to shashHerbert Xu-148/+87
2008-04-02[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten-8/+9
2008-03-06[CRYPTO] xcbc: Fix crash with IPsecJoy Latten-1/+5
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-1/+1
2008-01-11[CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu-4/+1
2008-01-11[CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu-1/+2
2008-01-11[CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu-1/+1
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe-1/+1
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu-3/+9
2007-02-07[CRYPTO] xcbc: Use new cipher interfaceHerbert Xu-14/+16
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu-4/+5
2007-02-07[CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu-4/+17
2006-12-06[CRYPTO] xcbc: Make needlessly global code staticAdrian Bunk-6/+8
2006-12-06[CRYPTO] xcbc: New algorithmKazunori MIYAZAWA-0/+346