aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu2-8/+3
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu4-7/+12
2007-10-10[CRYPTO] api: Add support for multiple template parametersHerbert Xu2-27/+76
2007-10-10[CRYPTO] api: Add aead crypto typeHerbert Xu3-0/+106
2007-10-10[CRYPTO] seed: New cipher algorithmHye-Shik Chang5-1/+591
2007-10-10[CRYPTO] Kconfig: Remove "default m"sAdrian Bunk1-3/+0
2007-09-24async_tx: fix dma_wait_for_async_txDan Williams1-2/+10
2007-09-10[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu1-1/+1
2007-09-09[CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu1-4/+7
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior4-4/+4
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyDan Williams1-15/+4
2007-07-16Make crypto API use seq_list_xxx helpersPavel Emelianov1-14/+3
2007-07-14Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6David S. Miller7-14/+125
2007-07-13async_tx: add the async_tx apiDan Williams9-17/+1104
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams3-0/+168
2007-07-11[CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior1-2/+4
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior4-4/+117
2007-07-11[CRYPTO] api: Wake up all waiters when larval completesHerbert Xu2-3/+3
2007-07-11[CRYPTO] Kconfig: Use menuconfig objectsJan Engelhardt1-5/+1
2007-05-31[CRYPTO] cryptd: Fix problem with cryptd and the freezerRafael J. Wysocki1-1/+3
2007-05-19[CRYPTO] api: Read module pointer before freeing algorithmHerbert Xu1-1/+3
2007-05-18[CRYPTO] tcrypt: Add missing error checkHerbert Xu1-1/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-09[CRYPTO] cryptomgr: Fix use after freeHerbert Xu1-4/+3
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu3-0/+385
2007-05-02[CRYPTO] api: Do not remove users unless new algorithm matchesHerbert Xu1-26/+39
2007-05-02[CRYPTO] cryptomgr: Fix parsing of nested templates Herbert Xu1-13/+25
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu4-0/+150
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu8-34/+103
2007-05-02[CRYPTO] tcrypt: Use async blkcipher interfaceHerbert Xu1-39/+82
2007-05-02[CRYPTO] api: Add async block cipher interfaceHerbert Xu1-5/+65
2007-05-02[CRYPTO] api: Proc functions should be marked as unusedHerbert Xu2-2/+2
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen1-2/+2
2007-03-31[CRYPTO] api: Flush the current page right than the nextHerbert Xu1-2/+6
2007-03-31[CRYPTO] api: Use the right value when advancing scatterwalk_copychunksHerbert Xu1-1/+1
2007-03-21[CRYPTO] tcrypt: Fix error checking for comp allocationSebastian Siewior1-1/+1
2007-03-21[CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlistJ. Bruce Fields1-2/+2
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-08Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6David S. Miller20-591/+3337
2007-02-07[CRYPTO] camellia: added the testing code of Camellia cipherNoriaki TAKAMIYA2-1/+206
2007-02-07[CRYPTO] camellia: added the code of Camellia cipher algorithm.Noriaki TAKAMIYA2-0/+1802
2007-02-07[CRYPTO] camellia: Add Kconfig entry.Noriaki TAKAMIYA1-0/+15
2007-02-07[CRYPTO] xcbc: Use new cipher interfaceHerbert Xu1-14/+16
2007-02-07[CRYPTO] api: Allow multiple frontends per backendHerbert Xu5-18/+22
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu7-27/+42
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu6-532/+16
2007-02-07[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm callHerbert Xu1-1/+1
2007-02-07[CRYPTO] fcrypt: Add FCrypt from RxRPCDavid Howells5-1/+574
2007-02-07[CRYPTO] pcbc: Add Propagated CBC templateDavid Howells3-0/+358
2007-02-07[CRYPTO] tcrypt: Added test vectors for sha384/sha512Andrew Donofrio2-1/+259