aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-11[CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov1-4/+5
2008-01-11[CRYPTO] des: Create header file for common macrosEvgeniy Polyakov1-7/+1
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten5-0/+572
2007-11-23[CRYPTO] api: Fix potential race in crypto_remove_spawnHerbert Xu1-3/+3
2007-11-23[CRYPTO] authenc: Move initialisations up to shut up gccHerbert Xu1-8/+4
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk11-11/+0
2007-10-27[CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu1-6/+14
2007-10-26[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.David S. Miller1-11/+13
2007-10-26[CRYPTO]: HMAC needs some more scatterlist fixups.David S. Miller1-3/+3
2007-10-25[CRYPTO]: Fix hmac_digest from the SG breakage.Vlad Yasevich1-1/+3
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-2/+1
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe6-9/+10
2007-10-19crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2-2/+2
2007-10-16crypto: don't pollute the global namespace with sg_next()Jens Axboe3-3/+3
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsJan Glauber3-70/+32
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior3-4/+4
2007-10-10[CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2-2/+2
2007-10-10[CRYPTO] des: Rename des to des-genericSebastian Siewior2-1/+2
2007-10-10[CRYPTO] blkcipher: Added blkcipher_walk_virt_blockHerbert Xu1-10/+24
2007-10-10[CRYPTO] blkcipher: Increase kmalloc amount to aligned block sizeHerbert Xu1-1/+1
2007-10-10[CRYPTO] api: Explain the comparison on larval cra_nameHerbert Xu1-0/+5
2007-10-10[CRYPTO] blkcipher: Remove alignment restriction on block sizeHerbert Xu2-8/+8
2007-10-10[CRYPTO] authenc: Kill spaces in algorithm namesHerbert Xu1-2/+2
2007-10-10[CRYPTO] cryptomgr: Fix parsing of recursive algorithmsHerbert Xu1-1/+2
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel6-0/+744
2007-10-10[CRYPTO] blkcipher: Use max() in blkcipher_get_spot() to state the intentionIngo Oeser1-1/+1
2007-10-10[CRYPTO] api: Kill crypto_km_typesHerbert Xu2-11/+8
2007-10-10[CRYPTO] aead: Add authencHerbert Xu4-3/+429
2007-10-10[CRYPTO] scatterwalk: Add scatterwalk_map_and_copyHerbert Xu2-0/+25
2007-10-10[CRYPTO] api: Move scatterwalk into algapiHerbert Xu1-2/+2
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