aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-21[CRYPTO] kconfig: Ordering cleanupSebastian Siewior1-316/+329
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal23-92/+92
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior1-9/+47
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior3-2/+6
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman5-2/+582
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz1-2/+3
2008-04-21[CRYPTO] tcrypt: Change the XTEA test vectorsSebastian Siewior1-3/+3
2008-04-21[CRYPTO] tcrypt: Shrink the tcrypt moduleSebastian Siewior1-5773/+5770
2008-04-21[CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior1-165/+181
2008-04-21[CRYPTO] api: Constify function pointer tablesJan Engelhardt1-1/+1
2008-04-21[CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior2-161/+57
2008-04-21[CRYPTO] tcrypt: Group common speed templatesSebastian Siewior2-137/+91
2008-04-21[CRYPTO] sha512: Rename sha512 to sha512_genericJan Glauber2-12/+13
2008-04-21[CRYPTO] api: Switch to proc_create()Alexey Dobriyan1-5/+1
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams3-6/+7
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-35/+162
2008-04-02[CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten1-8/+9
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams1-1/+1
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams4-15/+15
2008-03-08[CRYPTO] skcipher: Fix section mismatchesHerbert Xu2-5/+1
2008-03-06[CRYPTO] xcbc: Fix crash with IPsecJoy Latten1-1/+5
2008-03-06[CRYPTO] xts: Use proper alignmentSebastian Siewior1-7/+6
2008-03-05[CRYPTO] digest: Include internal.h for prototypesAdrian Bunk1-0/+2
2008-02-23[CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHERHerbert Xu1-0/+1
2008-02-23[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu5-21/+39
2008-02-18[CRYPTO] null: Add missing Kconfig dependency on BLKCIPHERAdrian Bunk1-0/+1
2008-02-15[CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHERFrederik Deweerdt1-0/+1
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells7-8/+8
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams4-7/+13
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams3-6/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams3-58/+83
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams3-31/+14
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-2/+1
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams1-1/+5
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds34-2061/+9478
2008-01-11[CRYPTO] cast6: inline bloat--Ilpo Järvinen1-3/+3
2008-01-11[CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu1-0/+6
2008-01-11[CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu1-4/+1
2008-01-11[CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu1-1/+2
2008-01-11[CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu1-1/+1
2008-01-11[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20Tan Swee Heng1-2/+0
2008-01-11[CRYPTO] tcrypt: Add select of AEADSebastian Siewior1-0/+1
2008-01-11[CRYPTO] salsa20: Add x86-64 assembly versionTan Swee Heng1-0/+15
2008-01-11[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)Tan Swee Heng1-0/+15
2008-01-11[CRYPTO] gcm: Introduce rfc4106Herbert Xu1-0/+239
2008-01-11[CRYPTO] api: Show async typeHerbert Xu2-0/+8
2008-01-11[CRYPTO] chainiv: Avoid lock spinning where possibleHerbert Xu1-8/+200
2008-01-11[CRYPTO] seqiv: Add select AEAD in KconfigHerbert Xu1-0/+1
2008-01-11[CRYPTO] scatterwalk: Handle zero nbytes in scatterwalk_map_and_copyHerbert Xu1-0/+3
2008-01-11[CRYPTO] null: Allow setkey on digest_null Herbert Xu1-0/+1