Commit Graph

869 Commits (109e941843893cb1b4f7bed24c615ba84ce00ff5)

Author SHA1 Message Date
Darrick J. Wong 6a0962b22e crypto: crc32c should use library implementation 13 years ago
Cong Wang f0dfc0b0b7 crypto: remove the second argument of k[un]map_atomic() 13 years ago
Jussi Kivilinna 0b95ec56ae crypto: camellia - add assembler implementation for x86_64 13 years ago
Jussi Kivilinna 617ae7c7a1 crypto: camellia - rename camellia.c to camellia_generic.c 13 years ago
Jussi Kivilinna e2861a71c0 crypto: camellia - fix checkpatch warnings 13 years ago
Jussi Kivilinna 075e39df67 crypto: camellia - rename camellia module to camellia_generic 13 years ago
Jussi Kivilinna 4de5933780 crypto: tcrypt - add more camellia tests 13 years ago
Jussi Kivilinna 0840605eb4 crypto: testmgr - add more camellia test vectors 13 years ago
Jussi Kivilinna c9b56d33b0 crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macro 13 years ago
Pablo Neira Ayuso 80d326fab5 netlink: add netlink_dump_control structure for netlink_dump_start() 13 years ago
Alexey Dobriyan f2ea0f5f04 crypto: sha512 - use standard ror64() 13 years ago
Jesper Juhl 0cfdec7a65 crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0 13 years ago
Herbert Xu 3a92d687c8 crypto: sha512 - Avoid stack bloat on i386 13 years ago
Herbert Xu 58d7d18b52 crypto: sha512 - Use binary and instead of modulus 13 years ago
Mark Brown 4b004346fe crypto: Add bulk algorithm registration interface 13 years ago
Alexey Dobriyan b85a088f15 crypto: sha512 - use standard ror64() 13 years ago
Alexey Dobriyan 51fc6dc8f9 crypto: sha512 - reduce stack usage to safe number 13 years ago
Alexey Dobriyan 84e31fdb7c crypto: sha512 - make it work, undo percpu message schedule 13 years ago
Jussi Kivilinna 08c70fc3a2 crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig 13 years ago
Jussi Kivilinna feaf0cfc26 crypto: serpent-sse2 - select LRW and XTS 13 years ago
Jussi Kivilinna e7cda5d27e crypto: twofish-x86_64-3way - select LRW and XTS 13 years ago
Jussi Kivilinna 5bcf8e6dd4 crypto: xts - remove dependency on EXPERIMENTAL 13 years ago
Jussi Kivilinna 2470a2b2c3 crypto: lrw - remove dependency on EXPERIMENTAL 13 years ago
Jussi Kivilinna 341975bf3a crypto: serpent-sse2 - should select CRYPTO_CRYPTD 13 years ago
Jussi Kivilinna 2deed786d9 crypto: serpent - rename serpent.c to serpent_generic.c 13 years ago
Jussi Kivilinna 7f4e3e3fa5 crypto: serpent - cleanup checkpatch errors and warnings 13 years ago
Jussi Kivilinna 18482053f9 crypto: serpent-sse2 - add lrw support 13 years ago
Jussi Kivilinna 251496dbfc crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation 13 years ago
Jussi Kivilinna 937c30d7f5 crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation 13 years ago
Paul Bolle 4da669a2e3 crypto: drop selects of bogus Kconfig symbol 13 years ago
Herbert Xu 3acc84739d crypto: algapi - Fix build problem with NET disabled 13 years ago
Valdis.Kletnieks@vt.edu d19978f587 crypto: fix typo in crypto/Kconfig 13 years ago
Steffen Klassert ce3fd840f5 crypto: Unlink and free instances when deleted 13 years ago
Jarod Wilson 505172e11f crypto: ansi_cprng - enforce key != seed in fips mode 13 years ago
Jussi Kivilinna 131f754161 crypto: tcrypt - add xts(twofish) tests 13 years ago
Jussi Kivilinna aed265b9fe crypto: testmgr - add xts(twofish) test vectors 13 years ago
Jussi Kivilinna 5209c07ac3 crypto: tcrypt - add xts(serpent) tests 13 years ago
Jussi Kivilinna 18be20b944 crypto: testmgr - add xts(serpent) test vectors 13 years ago
Jussi Kivilinna ce0045561e crypto: xts: add interface for parallelized cipher implementations 13 years ago
Jussi Kivilinna f9d2691fc9 crypto: xts - use blocksize constant 13 years ago
Jussi Kivilinna 81559f9ad3 crypto: twofish-x86_64-3way - add lrw support 13 years ago
Jussi Kivilinna bee3a90ef5 crypto: tcrypt - add lrw(twofish) tests 13 years ago
Jussi Kivilinna 0b2a155106 crypto: testmgr - add lrw(twofish) test vectors 13 years ago
Jussi Kivilinna 87aae4bfb2 crypto: tcrypt - add lrw(serpent) tests 13 years ago
Jussi Kivilinna d7bfc0fa31 crypto: testmgr - add lrw(serpent) test vectors 13 years ago
Jussi Kivilinna 6c2205b8ff crypto: lrw - add interface for parallelized cipher implementions 13 years ago
Jussi Kivilinna 171c02048f crypto: lrw - split gf128mul table initialization from setkey 13 years ago
Jussi Kivilinna 4660720df6 crypto: lrw - use blocksize constant 13 years ago
Jussi Kivilinna b884f8b901 crypto: lrw - fix memleak 13 years ago
Jussi Kivilinna dd6eec242b crypto: serpent - rename module from serpent to serpent_generic 13 years ago