Commit Graph

887 Commits (10b683cba5ef5cf4e0b50aabe5ed7137960b64e0)

Author SHA1 Message Date
Pablo Neira Ayuso a31f2d17b3 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create 13 years ago
Jim Kukunas 56a519913e crypto: disable preemption while benchmarking RAID5 xor checksumming 13 years ago
Jim Kukunas 6a328475cc crypto: wait for a full jiffy in do_xor_speed 13 years ago
Al Viro f21a7c195c um: several x86 hw-dependent crypto modules won't build on uml 13 years ago
Borislav Petkov d788fec855 crypto, xor: Sanitize checksumming function selection output 13 years ago
Kent Yoder 25c3d30c91 crypto: sha512 - Fix byte counter overflow in SHA-512 13 years ago
David S. Miller 6662df33f8 crypto: Stop using NLA_PUT*(). 13 years ago
Steffen Klassert 5219a5342a crypto: user - Fix size of netlink dump message 13 years ago
Steffen Klassert 1e12299400 crypto: user - Fix lookup of algorithms with IV generator 13 years ago
Steffen Klassert fbf0ca1bf8 crypto: pcrypt - Use the online cpumask as the default 13 years ago
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