aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* async_tx: fix kmap_atomic usage in async_memcpyDan Williams2007-07-201-15/+4
* Make crypto API use seq_list_xxx helpersPavel Emelianov2007-07-161-14/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6David S. Miller2007-07-157-14/+125
|\
| * [CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior2007-07-111-2/+4
| * [CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior2007-07-114-4/+117
| * [CRYPTO] api: Wake up all waiters when larval completesHerbert Xu2007-07-112-3/+3
| * [CRYPTO] Kconfig: Use menuconfig objectsJan Engelhardt2007-07-111-5/+1
* | async_tx: add the async_tx apiDan Williams2007-07-139-17/+1104
* | xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-133-0/+168
|/
* [CRYPTO] cryptd: Fix problem with cryptd and the freezerRafael J. Wysocki2007-05-311-1/+3
* [CRYPTO] api: Read module pointer before freeing algorithmHerbert Xu2007-05-181-1/+3
* [CRYPTO] tcrypt: Add missing error checkHerbert Xu2007-05-181-1/+1
* Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* [CRYPTO] cryptomgr: Fix use after freeHerbert Xu2007-05-081-4/+3
* [CRYPTO] cryptd: Add software async crypto daemonHerbert Xu2007-05-013-0/+385
* [CRYPTO] api: Do not remove users unless new algorithm matchesHerbert Xu2007-05-011-26/+39
* [CRYPTO] cryptomgr: Fix parsing of nested templates Herbert Xu2007-05-011-13/+25
* [CRYPTO] api: Add async blkcipher typeHerbert Xu2007-05-014-0/+150
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-018-34/+103
* [CRYPTO] tcrypt: Use async blkcipher interfaceHerbert Xu2007-05-011-39/+82
* [CRYPTO] api: Add async block cipher interfaceHerbert Xu2007-05-011-5/+65
* [CRYPTO] api: Proc functions should be marked as unusedHerbert Xu2007-05-012-2/+2
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-281-2/+2
* [CRYPTO] api: Flush the current page right than the nextHerbert Xu2007-03-301-2/+6
* [CRYPTO] api: Use the right value when advancing scatterwalk_copychunksHerbert Xu2007-03-301-1/+1
* [CRYPTO] tcrypt: Fix error checking for comp allocationSebastian Siewior2007-03-201-1/+1
* [CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlistJ. Bruce Fields2007-03-201-2/+2
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/cr...David S. Miller2007-02-0820-591/+3337
|\
| * [CRYPTO] camellia: added the testing code of Camellia cipherNoriaki TAKAMIYA2007-02-062-1/+206
| * [CRYPTO] camellia: added the code of Camellia cipher algorithm.Noriaki TAKAMIYA2007-02-062-0/+1802
| * [CRYPTO] camellia: Add Kconfig entry.Noriaki TAKAMIYA2007-02-061-0/+15
| * [CRYPTO] xcbc: Use new cipher interfaceHerbert Xu2007-02-061-14/+16
| * [CRYPTO] api: Allow multiple frontends per backendHerbert Xu2007-02-065-18/+22
| * [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-067-27/+42
| * [CRYPTO] api: Remove deprecated interfaceHerbert Xu2007-02-066-532/+16
| * [CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm callHerbert Xu2007-02-061-1/+1
| * [CRYPTO] fcrypt: Add FCrypt from RxRPCDavid Howells2007-02-065-1/+574
| * [CRYPTO] pcbc: Add Propagated CBC templateDavid Howells2007-02-063-0/+358
| * [CRYPTO] tcrypt: Added test vectors for sha384/sha512Andrew Donofrio2007-02-062-1/+259
| * [CRYPTO] all: Check for usage in hard IRQ contextHerbert Xu2007-02-063-7/+37
* | [S390] move crypto options and some cleanup.Jan Glauber2007-02-051-49/+0
|/
* [PATCH] uml problems with linux/io.hAl Viro2006-12-131-1/+0
* [CRYPTO] sha512: Fix sha384 block sizeHerbert Xu2006-12-111-1/+1
* [CRYPTO] lrw: round --> lrw_roundDavid S. Miller2006-12-061-2/+2
* [CRYPTO] tcrypt: LRW test vectorsRik Snel2006-12-062-4/+542
* [CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel2006-12-063-0/+315
* [CRYPTO] lib: table driven multiplications in GF(2^128)Rik Snel2006-12-063-0/+477
* [CRYPTO] api: Remove unused functionsAdrian Bunk2006-12-062-63/+0
* [CRYPTO] xcbc: Make needlessly global code staticAdrian Bunk2006-12-061-6/+8