summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-18/+16
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-10053/+11914
2008-09-13async_tx: make async_tx_run_dependencies() easier to readDan Williams1-18/+16
2008-09-08Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Herbert Xu1-36/+48
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu4-13/+75
2008-08-29crypto: rng - RNG interface and implementationNeil Horman5-1/+628
2008-08-29crypto: api - Add fips_enable flagNeil Horman5-0/+90
2008-08-29crypto: skcipher - Move IV generators into their own modulesHerbert Xu4-35/+18
2008-08-29crypto: cryptomgr - Test ciphers using ECBHerbert Xu2-50/+169
2008-08-29crypto: api - Use test infrastructureHerbert Xu5-42/+259
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu8-10413/+10525
2008-08-29crypto: tcrypt - Add alg_test interfaceHerbert Xu1-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorHerbert Xu1-146/+200
2008-08-29crypto: crc32c - Use Intel CRC32 instructionAustin Zhang1-0/+12
2008-08-29crypto: tcrypt - Avoid using contiguous pagesHerbert Xu2-155/+157
2008-08-29crypto: api - Display larval objects properlyHerbert Xu1-2/+5
2008-08-29crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu3-8/+6
2008-08-29crypto: Kconfig - Replace leading spaces with tabsAdrian Bunk1-39/+42
2008-08-23crypto: authenc - Avoid using clobbered request pointerHerbert Xu1-4/+6
2008-08-13crypto: hash - Fix digest size check for digest typeHerbert Xu1-1/+1
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu1-9/+19
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds4-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams4-7/+6
2008-07-17async_tx: export async_tx_quiesceDan Williams4-62/+24
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams1-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams1-131/+113
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan1-1/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-447/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar1-0/+1
2008-07-15Revert crypto: prng - Deterministic CPRNGHerbert Xu4-447/+1
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar2-11/+9
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu4-0/+4
2008-07-10crypto: crc32c - Add ahash implementationHerbert Xu2-8/+122
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-1/+90
2008-07-10crypto: prng - Deterministic CPRNGNeil Horman4-1/+447
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu3-3/+0
2008-07-10crypto: hash - Fixed digest size checkHerbert Xu4-9/+13
2008-07-10crypto: rmd - sparse annotationsHarvey Harrison3-12/+12
2008-07-10crypto: rmd128 - sparse annotationsHarvey Harrison1-4/+4
2008-07-10crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison1-48/+36
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu1-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman2-3/+106
2008-07-10[CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu4-8/+8
2008-07-10[CRYPTO] rmd320: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho1-19/+57