summaryrefslogtreecommitdiff
path: root/crypto/seed.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna1-0/+1
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna1-0/+8
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2-0/+80
2012-06-12crypto: testmgr - expand twofish test vectorsJohannes Goetzfried1-32/+896
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+107
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang3-0/+102
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas1-3/+5
2012-04-09um: several x86 hw-dependent crypto modules won't build on umlAl Viro1-3/+3
2012-04-09crypto, xor: Sanitize checksumming function selection outputBorislav Petkov1-2/+3
2012-04-05crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller8-38/+38
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert1-0/+8
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert3-5/+75
2012-03-29crypto: pcrypt - Use the online cpumask as the defaultSteffen Klassert1-4/+4
2012-03-23crypto: crc32c should use library implementationDarrick J. Wong2-91/+4
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang6-20/+20
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna1-0/+18
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2-1/+0
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna1-38/+41
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2-1/+3
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna2-4/+1424
2012-03-14crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna1-21/+3
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-02-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-01-26crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown1-0/+35
2012-01-15crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-01-15crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan1-24/+34
2012-01-15crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan1-5/+1
2011-12-20crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in KconfigJussi Kivilinna1-1/+1
2011-12-20crypto: serpent-sse2 - select LRW and XTSJussi Kivilinna1-0/+4
2011-12-20crypto: twofish-x86_64-3way - select LRW and XTSJussi Kivilinna1-0/+2
2011-12-20crypto: xts - remove dependency on EXPERIMENTALJussi Kivilinna1-2/+1
2011-12-20crypto: lrw - remove dependency on EXPERIMENTALJussi Kivilinna1-2/+1
2011-11-30crypto: serpent-sse2 - should select CRYPTO_CRYPTDJussi Kivilinna1-0/+2
2011-11-30crypto: serpent - rename serpent.c to serpent_generic.cJussi Kivilinna2-2/+0
2011-11-30crypto: serpent - cleanup checkpatch errors and warningsJussi Kivilinna1-259/+344
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna1-2/+8
2011-11-21crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna1-0/+17
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2-0/+77
2011-11-13crypto: drop selects of bogus Kconfig symbolPaul Bolle1-2/+0
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu7-0/+63