Commit Graph

1145 Commits (499b3803d3e2f062f73bf22372b38393369ffcbf)

Author SHA1 Message Date
Jussi Kivilinna 8fc229a51b crypto: ansi_cprng - use crypto_[un]register_algs 13 years ago
Jussi Kivilinna bbc406b9d2 crypto: serpent - use crypto_[un]register_algs 13 years ago
Jussi Kivilinna 9935e6d2f3 crypto: des - use crypto_[un]register_algs 13 years ago
Jussi Kivilinna 70a03bff6c crypto: crypto_null - use crypto_[un]register_algs 13 years ago
Jussi Kivilinna 738206d325 crypto: tea - use crypto_[un]register_algs 13 years ago
Horia Geanta e46e9a4638 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors 13 years ago
Nicolas Royer de19753348 crypto: atmel - add new tests to tcrypt 13 years ago
Milan Broz 6c79294f44 crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode 13 years ago
Pablo Neira Ayuso a31f2d17b3 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create 13 years ago
Steffen Klassert 26c8aaebc1 crypto: algapi - Fix hang on crypto allocation 13 years ago
Sebastian Andrzej Siewior b9b0f080fa crypto: arc4 - now arc needs blockcipher support 13 years ago
Jussi Kivilinna a7378d4e55 crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper 13 years ago
Jussi Kivilinna 414cb5e7cc crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helper 13 years ago
Jussi Kivilinna 964263afdc crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper 13 years ago
Jussi Kivilinna 1d0debbd46 crypto: serpent-avx: remove duplicated glue code and use shared glue code from glue_helper 13 years ago
Jussi Kivilinna 596d875052 crypto: serpent-sse2 - split generic glue code to new helper module 13 years ago
Jussi Kivilinna a9629d7142 crypto: aes_ni - change to use shared ablk_* functions 13 years ago
Jussi Kivilinna 30a0400882 crypto: twofish-avx - change to use shared ablk_* functions 13 years ago
Jussi Kivilinna ffaf915632 crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code to shared module 13 years ago
Herbert Xu 398710379f crypto: algapi - Move larval completion into algboss 13 years ago
Jussi Kivilinna d366db605c crypto: arc4 - improve performance by using u32 for ctx and variables 13 years ago
Jussi Kivilinna ce6dd36898 crypto: arc4 - improve performance by adding ecb(arc4) 13 years ago
Jussi Kivilinna 31b4cd2907 crypto: testmgr - add ecb(arc4) speed tests 13 years ago
Johannes Goetzfried 7efe407672 crypto: serpent - add x86_64/avx assembler implementation 13 years ago
Johannes Goetzfried 4da7de4d8b crypto: testmgr - expand twofish test vectors 13 years ago
Johannes Goetzfried 107778b592 crypto: twofish - add x86_64/avx assembler implementation 13 years ago
Sonic Zhang a482b081a2 crypto: testmgr - Add new test cases for Blackfin CRC crypto driver 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