summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] hmac: Avoid calling virt_to_page on keyHerbert Xu2008-05-071-2/+23
* [CRYPTO] cryptd: Correct kzalloc error testJulia Lawall2008-05-011-1/+3
* [CRYPTO] eseqiv: Fix off-by-one encryptionHerbert Xu2008-05-011-1/+2
* [CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()Patrick McHardy2008-05-011-2/+3
* [CRYPTO] kconfig: Ordering cleanupSebastian Siewior2008-04-211-316/+329
* [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-2123-92/+92
* [CRYPTO] aes: Export generic setkeySebastian Siewior2008-04-211-9/+47
* [CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior2008-04-213-2/+6
* [CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman2008-04-215-2/+582
* [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz2008-04-211-2/+3
* [CRYPTO] tcrypt: Change the XTEA test vectorsSebastian Siewior2008-04-211-3/+3
* [CRYPTO] tcrypt: Shrink the tcrypt moduleSebastian Siewior2008-04-211-5773/+5770
* [CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior2008-04-211-165/+181
* [CRYPTO] api: Constify function pointer tablesJan Engelhardt2008-04-211-1/+1
* [CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior2008-04-212-161/+57
* [CRYPTO] tcrypt: Group common speed templatesSebastian Siewior2008-04-212-137/+91
* [CRYPTO] sha512: Rename sha512 to sha512_genericJan Glauber2008-04-212-12/+13
* [CRYPTO] api: Switch to proc_create()Alexey Dobriyan2008-04-211-5/+1
* dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-173-6/+7
* async_tx: fix multiple dependency submissionDan Williams2008-04-171-35/+162
* [CRYPTO] xcbc: Fix crash when ipsec uses xcbc-mac with big data chunkJoy Latten2008-04-021-8/+9
* async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams2008-03-181-1/+1
* async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams2008-03-134-15/+15
* [CRYPTO] skcipher: Fix section mismatchesHerbert Xu2008-03-082-5/+1
* [CRYPTO] xcbc: Fix crash with IPsecJoy Latten2008-03-061-1/+5
* [CRYPTO] xts: Use proper alignmentSebastian Siewior2008-03-061-7/+6
* [CRYPTO] digest: Include internal.h for prototypesAdrian Bunk2008-03-051-0/+2
* [CRYPTO] authenc: Add missing Kconfig dependency on BLKCIPHERHerbert Xu2008-02-231-0/+1
* [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher moduleHerbert Xu2008-02-235-21/+39
* [CRYPTO] null: Add missing Kconfig dependency on BLKCIPHERAdrian Bunk2008-02-181-0/+1
* [CRYPTO] tcrypt: Add missing Kconfig dependency on BLKCIPHERFrederik Deweerdt2008-02-151-0/+1
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-077-8/+8
* async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams2008-02-064-7/+13
* async_tx: replace 'int_en' with operation preparation flagsDan Williams2008-02-063-6/+10
* async_tx: kill tx_set_src and tx_set_dest methodsDan Williams2008-02-063-58/+83
* async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams2008-02-063-31/+14
* async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-2/+1
* async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams2008-02-061-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-01-2534-2061/+9478
|\
| * [CRYPTO] cast6: inline bloat--Ilpo Järvinen2008-01-111-3/+3
| * [CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu2008-01-111-0/+6
| * [CRYPTO] xcbc: Remove bogus hash/cipher testHerbert Xu2008-01-111-4/+1
| * [CRYPTO] xcbc: Fix algorithm leak when block size check failsHerbert Xu2008-01-111-1/+2
| * [CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu2008-01-111-1/+1
| * [CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20Tan Swee Heng2008-01-111-2/+0
| * [CRYPTO] tcrypt: Add select of AEADSebastian Siewior2008-01-111-0/+1
| * [CRYPTO] salsa20: Add x86-64 assembly versionTan Swee Heng2008-01-111-0/+15
| * [CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)Tan Swee Heng2008-01-111-0/+15
| * [CRYPTO] gcm: Introduce rfc4106Herbert Xu2008-01-111-0/+239
| * [CRYPTO] api: Show async typeHerbert Xu2008-01-112-0/+8
OpenPOWER on IntegriCloud