aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2008-12-25crypto: hash - Export shash through hashGravatar Herbert Xu 4-4/+134
2008-12-25crypto: api - Call type show function before legacy for procGravatar Herbert Xu 1-7/+13
2008-12-25crypto: hash - Add import/export interfaceGravatar Herbert Xu 2-0/+28
2008-12-25crypto: hash - Export shash through ahashGravatar Herbert Xu 1-0/+143
2008-12-25crypto: hash - Add shash interfaceGravatar Herbert Xu 2-0/+240
2008-12-25crypto: api - Rebirth of crypto_alloc_tfmGravatar Herbert Xu 2-0/+110
2008-12-25crypto: api - Move type exit function into crypto_tfmGravatar Herbert Xu 1-7/+6
2008-12-25crypto: ansi_cprng - Allow resetting of DT valueGravatar Neil Horman 1-3/+13
2008-12-25crypto: camellia - use kernel-provided bitops, unaligned accessGravatar Harvey Harrison 1-48/+36
2008-12-25crypto: testmgr - Trigger a panic when self test fails in FIPS modeGravatar Neil Horman 1-1/+6
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-2/+9
2008-12-10crypto: api - Disallow cryptomgr as a module if algorithms are built-inGravatar Herbert Xu 2-13/+41
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALGravatar Dan Williams 1-2/+9
2008-10-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-18/+16
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 19-10053/+11914
2008-09-13async_tx: make async_tx_run_dependencies() easier to readGravatar Dan Williams 1-18/+16
2008-09-08Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Gravatar Herbert Xu 1-36/+48
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesGravatar Yuri Tikhonov 1-1/+2
2008-08-29crypto: skcipher - Use RNG interface instead of get_random_bytesGravatar Herbert Xu 4-13/+75
2008-08-29crypto: rng - RNG interface and implementationGravatar Neil Horman 5-1/+628
2008-08-29crypto: api - Add fips_enable flagGravatar Neil Horman 5-0/+90
2008-08-29crypto: skcipher - Move IV generators into their own modulesGravatar Herbert Xu 4-35/+18
2008-08-29crypto: cryptomgr - Test ciphers using ECBGravatar Herbert Xu 2-50/+169
2008-08-29crypto: api - Use test infrastructureGravatar Herbert Xu 5-42/+259
2008-08-29crypto: cryptomgr - Add test infrastructureGravatar Herbert Xu 8-10413/+10525
2008-08-29crypto: tcrypt - Add alg_test interfaceGravatar Herbert Xu 1-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorGravatar Herbert Xu 1-146/+200
2008-08-29crypto: crc32c - Use Intel CRC32 instructionGravatar Austin Zhang 1-0/+12
2008-08-29crypto: tcrypt - Avoid using contiguous pagesGravatar Herbert Xu 2-155/+157
2008-08-29crypto: api - Display larval objects properlyGravatar Herbert Xu 1-2/+5
2008-08-29crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupGravatar Herbert Xu 3-8/+6
2008-08-29crypto: Kconfig - Replace leading spaces with tabsGravatar Adrian Bunk 1-39/+42
2008-08-23crypto: authenc - Avoid using clobbered request pointerGravatar Herbert Xu 1-4/+6
2008-08-13crypto: hash - Fix digest size check for digest typeGravatar Herbert Xu 1-1/+1
2008-08-13crypto: tcrypt - Fix AEAD chunk testingGravatar Herbert Xu 1-9/+19
2008-08-05async_tx: fix missing braces in async_xor_zero_sumGravatar Dan Williams 1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Gravatar Linus Torvalds 4-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogGravatar Dan Williams 4-7/+6
2008-07-17async_tx: export async_tx_quiesceGravatar Dan Williams 4-62/+24
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorGravatar Dan Williams 1-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedGravatar Dan Williams 1-131/+113
2008-07-17async_tx: list_for_each_entry_rcu() cleanupGravatar Li Zefan 1-1/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-447/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusGravatar Ingo Molnar 1-0/+1
2008-07-15Revert crypto: prng - Deterministic CPRNGGravatar Herbert Xu 4-447/+1
2008-07-11Merge branch 'linus' into core/rcuGravatar Ingo Molnar 2-11/+9
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hGravatar Herbert Xu 4-0/+4
2008-07-10crypto: crc32c - Add ahash implementationGravatar Herbert Xu 2-8/+122
2008-07-10crypto: hash - Added scatter list walking helperGravatar Herbert Xu 1-1/+90
2008-07-10crypto: prng - Deterministic CPRNGGravatar Neil Horman 4-1/+447