summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams-7/+6
2008-07-17async_tx: export async_tx_quiesceDan Williams-62/+24
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams-131/+113
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan-1/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-447/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar-0/+1
2008-07-15Revert crypto: prng - Deterministic CPRNGHerbert Xu-447/+1
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar-11/+9
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-0/+4
2008-07-10crypto: crc32c - Add ahash implementationHerbert Xu-8/+122
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu-1/+90
2008-07-10crypto: prng - Deterministic CPRNGNeil Horman-1/+447
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu-3/+0
2008-07-10crypto: hash - Fixed digest size checkHerbert Xu-9/+13
2008-07-10crypto: rmd - sparse annotationsHarvey Harrison-12/+12
2008-07-10crypto: rmd128 - sparse annotationsHarvey Harrison-4/+4
2008-07-10crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison-48/+36
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman-3/+106
2008-07-10[CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu-8/+8
2008-07-10[CRYPTO] rmd320: Fix endian issuesAdrian-Ken Rueegsegger-28/+9
2008-07-10[CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger-28/+9
2008-07-10[CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger-28/+9
2008-07-10[CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger-28/+9
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho-19/+57
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportLoc Ho-0/+244
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho-11/+288
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithmsAdrian-Ken Rueegsegger-0/+25
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger-2/+155
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger-0/+777
2008-07-10[CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger-18/+35
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy-5/+21
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu-15/+0
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithmsAdrian-Ken Rueegsegger-0/+26
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger-1/+320
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger-0/+760
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu-5/+4
2008-07-10crypto: chainiv - Invoke completion functionHerbert Xu-2/+8
2008-07-08async_tx: fix async_memset compile errorDan Williams-1/+1
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins-9/+1
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar-0/+6
2008-06-02[CRYPTO] cts: Init SG tablesAlexey Dobriyan-0/+6
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu-0/+1
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