summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2008-07-10crypto: chainiv - Invoke completion functionHerbert Xu-2/+8
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins-9/+1
2008-06-02[CRYPTO] cts: Init SG tablesAlexey Dobriyan-0/+6
2008-05-07[CRYPTO] hmac: Avoid calling virt_to_page on keyHerbert Xu-2/+23
2008-05-01[CRYPTO] cryptd: Correct kzalloc error testJulia Lawall-1/+3
2008-05-01[CRYPTO] eseqiv: Fix off-by-one encryptionHerbert Xu-1/+2
2008-05-01[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()Patrick McHardy-2/+3
2008-04-21[CRYPTO] kconfig: Ordering cleanupSebastian Siewior-316/+329
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal-92/+92
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior-9/+47
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior-2/+6
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman-2/+582
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz-2/+3
2008-04-21[CRYPTO] tcrypt: Change the XTEA test vectorsSebastian Siewior-3/+3
2008-04-21[CRYPTO] tcrypt: Shrink the tcrypt moduleSebastian Siewior-5773/+5770
2008-04-21[CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior-165/+181
2008-04-21[CRYPTO] api: Constify function pointer tablesJan Engelhardt-1/+1
2008-04-21[CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior-161/+57
2008-04-21[CRYPTO] tcrypt: Group common speed templatesSebastian Siewior-137/+91
2008-04-21[CRYPTO] sha512: Rename sha512 to sha512_genericJan Glauber-12/+13
2008-04-21[CRYPTO] api: Switch to proc_create()Alexey Dobriyan-5/+1
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams-6/+7
2008-04-17async_tx: fix multiple dependency submissionDan Williams-35/+162
2008-04-02[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten-8/+9
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams-1/+1
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams-15/+15
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu-5/+1
2008-03-06[CRYPTO] xcbc: Fix crash with IPsecJoy Latten-1/+5
2008-03-06[CRYPTO] xts: Use proper alignmentSebastian Siewior-7/+6
2008-03-05[CRYPTO] digest: Include internal.h for prototypesAdrian Bunk-0/+2
2008-02-23[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHERHerbert Xu-0/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu-21/+39
2008-02-18[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHERAdrian Bunk-0/+1
2008-02-15[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHERFrederik Deweerdt-0/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells-8/+8
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams-7/+13
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams-6/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams-58/+83
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams-31/+14
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng-2/+1
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams-1/+5
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2061/+9478
2008-01-11[CRYPTO] cast6: inline bloat--Ilpo Järvinen-3/+3
2008-01-11[CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu-0/+6
2008-01-11[CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu-4/+1
2008-01-11[CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu-1/+2
2008-01-11[CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu-1/+1
2008-01-11[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20Tan Swee Heng-2/+0
2008-01-11[CRYPTO] tcrypt: Add select of AEADSebastian Siewior-0/+1
2008-01-11[CRYPTO] salsa20: Add x86-64 assembly versionTan Swee Heng-0/+15