summaryrefslogtreecommitdiffstats
path: root/crypto/xcbc.c
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten2008-04-021-8/+9
* [CRYPTO] xcbc: Fix crash with IPsecJoy Latten2008-03-061-1/+5
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu2008-01-111-4/+1
* [CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu2008-01-111-1/+2
* [CRYPTO] scatterwalk: Move scatterwalk.h to linux/cryptoHerbert Xu2008-01-111-1/+1
* [SG] Update crypto/ to sg helpersJens Axboe2007-10-221-1/+1
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-021-3/+9
* [CRYPTO] xcbc: Use new cipher interfaceHerbert Xu2007-02-071-14/+16
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-071-4/+5
* [CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu2007-02-071-4/+17
* [CRYPTO] xcbc: Make needlessly global code staticAdrian Bunk2006-12-061-6/+8
* [CRYPTO] xcbc: New algorithmKazunori MIYAZAWA2006-12-061-0/+346