summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2007-10-10[CRYPTO] des: Rename des to des-genericSebastian Siewior-1/+2
2007-10-10[CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu-10/+24
2007-10-10[CRYPTO] blkcipher: Increase kmalloc amount to aligned block sizeHerbert Xu-1/+1
2007-10-10[CRYPTO] api: Explain the comparison on larval cra_nameHerbert Xu-0/+5
2007-10-10[CRYPTO] blkcipher: Remove alignment restriction on block sizeHerbert Xu-8/+8
2007-10-10[CRYPTO] authenc: Kill spaces in algorithm namesHerbert Xu-2/+2
2007-10-10[CRYPTO] cryptomgr: Fix parsing of recursive algorithmsHerbert Xu-1/+2
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel-0/+744
2007-10-10[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intentionIngo Oeser-1/+1
2007-10-10[CRYPTO] api: Kill crypto_km_typesHerbert Xu-11/+8
2007-10-10[CRYPTO] aead: Add authencHerbert Xu-3/+429
2007-10-10[CRYPTO] scatterwalk: Add scatterwalk_map_and_copyHerbert Xu-0/+25
2007-10-10[CRYPTO] api: Move scatterwalk into algapiHerbert Xu-2/+2
2007-10-10[CRYPTO] ablkcipher: Remove queue pointer from common alg objectHerbert Xu-8/+3
2007-10-10[CRYPTO] api: Add missing headers for setkey_unalignedHerbert Xu-7/+12
2007-10-10[CRYPTO] api: Add support for multiple template parametersHerbert Xu-27/+76
2007-10-10[CRYPTO] api: Add aead crypto typeHerbert Xu-0/+106
2007-10-10[CRYPTO] seed: New cipher algorithmHye-Shik Chang-1/+591
2007-10-10[CRYPTO] Kconfig: Remove "default m"sAdrian Bunk-3/+0
2007-09-24async_tx: fix dma_wait_for_async_txDan Williams-2/+10
2007-09-10[CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu-1/+1
2007-09-09[CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu-4/+7
2007-08-06[CRYPTO] api: fix writting into unallocated memory in setkey_alignedSebastian Siewior-4/+4
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyDan Williams-15/+4
2007-07-16Make crypto API use seq_list_xxx helpersPavel Emelianov-14/+3
2007-07-14Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6David S. Miller-14/+125
2007-07-13async_tx: add the async_tx apiDan Williams-17/+1104
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams-0/+168
2007-07-11[CRYPTO] api: Allow ablkcipher with no queuesSebastian Siewior-2/+4
2007-07-11[CRYPTO] api: Handle unaligned keys in setkeySebastian Siewior-4/+117
2007-07-11[CRYPTO] api: Wake up all waiters when larval completesHerbert Xu-3/+3
2007-07-11[CRYPTO] Kconfig: Use menuconfig objectsJan Engelhardt-5/+1
2007-05-31[CRYPTO] cryptd: Fix problem with cryptd and the freezerRafael J. Wysocki-1/+3
2007-05-19[CRYPTO] api: Read module pointer before freeing algorithmHerbert Xu-1/+3
2007-05-18[CRYPTO] tcrypt: Add missing error checkHerbert Xu-1/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba-1/+1
2007-05-09[CRYPTO] cryptomgr: Fix use after freeHerbert Xu-4/+3
2007-05-02[CRYPTO] cryptd: Add software async crypto daemonHerbert Xu-0/+385
2007-05-02[CRYPTO] api: Do not remove users unless new algorithm matchesHerbert Xu-26/+39
2007-05-02[CRYPTO] cryptomgr: Fix parsing of nested templates Herbert Xu-13/+25
2007-05-02[CRYPTO] api: Add async blkcipher typeHerbert Xu-0/+150
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu-34/+103
2007-05-02[CRYPTO] tcrypt: Use async blkcipher interfaceHerbert Xu-39/+82
2007-05-02[CRYPTO] api: Add async block cipher interfaceHerbert Xu-5/+65
2007-05-02[CRYPTO] api: Proc functions should be marked as unusedHerbert Xu-2/+2
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen-2/+2
2007-03-31[CRYPTO] api: Flush the current page right than the nextHerbert Xu-2/+6
2007-03-31[CRYPTO] api: Use the right value when advancing scatterwalk_copychunksHerbert Xu-1/+1
2007-03-21[CRYPTO] tcrypt: Fix error checking for comp allocationSebastian Siewior-1/+1
2007-03-21[CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlistJ. Bruce Fields-2/+2