| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-24 | crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr... | Jussi Kivilinna | 1 | -3/+8 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 16 | -0/+1656 |
| 2012-10-13 | Merge tag 'md-3.7' of git://neil.brown.name/md | Linus Torvalds | 1 | -2/+2 |
| 2012-10-11 | add further __init annotations to crypto/xor.c | Jan Beulich | 1 | -2/+2 |
| 2012-10-10 | X.509: Convert some printk calls to pr_devel | David Howells | 1 | -3/+3 |
| 2012-10-10 | asymmetric keys: fix printk format warning | Randy Dunlap | 1 | -1/+1 |
| 2012-10-10 | MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking | David Howells | 3 | -20/+51 |
| 2012-10-08 | X.509: Add a crypto key parser for binary (DER) X.509 certificates | David Howells | 8 | -0/+832 |
| 2012-10-08 | RSA: Fix signature verification for shorter signatures | David Howells | 1 | -3/+11 |
| 2012-10-08 | RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] | David Howells | 4 | -0/+279 |
| 2012-10-08 | KEYS: Provide signature verification with an asymmetric key | David Howells | 2 | -1/+50 |
| 2012-10-08 | KEYS: Asymmetric public-key algorithm crypto key subtype | David Howells | 4 | -0/+146 |
| 2012-10-08 | KEYS: Asymmetric key pluggable data parsers | David Howells | 1 | -1/+119 |
| 2012-10-08 | KEYS: Implement asymmetric key type | David Howells | 6 | -0/+193 |
| 2012-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 34 | -442/+4488 |
| 2012-10-02 | crypto: Build SPARC DES algorithms on SPARC only. | Dave Jones | 1 | -0/+1 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -4/+3 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -0/+97 |
| 2012-09-27 | crypto: tcrypt - add missing tests for camellia and ghash | Jussi Kivilinna | 1 | -0/+7 |
| 2012-09-27 | crypto: testmgr - make test_aead also test 'dst != src' code paths | Jussi Kivilinna | 1 | -48/+105 |
| 2012-09-27 | crypto: testmgr - make test_skcipher also test 'dst != src' code paths | Jussi Kivilinna | 1 | -31/+76 |
| 2012-09-27 | crypto: testmgr - add test vectors for CTR mode IV increasement | Jussi Kivilinna | 1 | -1/+1074 |
| 2012-09-27 | crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6) | Jussi Kivilinna | 1 | -4/+62 |
| 2012-09-27 | crypto: testmgr - allow non-multi page and multi page skcipher tests from sam... | Jussi Kivilinna | 2 | -2/+170 |
| 2012-09-27 | crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena... | Suresh Siddha | 1 | -6/+0 |
| 2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2012-09-11 | crypto: authenc - Fix crash with zero-length assoc data | Herbert Xu | 1 | -2/+2 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -2/+2 |
| 2012-09-08 | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+1 |
| 2012-09-07 | crypto: 842 - remove .cra_list initialization | Jussi Kivilinna | 1 | -1/+0 |
| 2012-09-07 | Revert "[CRYPTO] cast6: inline bloat--" | Jussi Kivilinna | 1 | -3/+3 |
| 2012-09-07 | crypto: crypto_user - fix sparse warnings (symbol was not declared, should be... | Jussi Kivilinna | 2 | -6/+6 |
| 2012-09-07 | arm/crypto: Add optimized AES and SHA1 routines | David McCullough | 1 | -0/+33 |
| 2012-08-28 | sparc64: Add CAMELLIA driver making use of the new camellia opcodes. | David S. Miller | 1 | -0/+16 |
| 2012-08-25 | sparc64: Add DES driver making use of the new des opcodes. | David S. Miller | 1 | -0/+8 |
| 2012-08-22 | sparc64: Add CRC32C driver making use of the new crc32c opcode. | David S. Miller | 1 | -0/+9 |
| 2012-08-22 | sparc64: Add AES driver making use of the new aes opcodes. | David S. Miller | 1 | -0/+28 |
| 2012-08-20 | sparc64: Add MD5 driver making use of the 'md5' instruction. | David S. Miller | 1 | -0/+9 |
| 2012-08-20 | sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. | David S. Miller | 1 | -0/+9 |
| 2012-08-20 | sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. | David S. Miller | 1 | -0/+9 |
| 2012-08-20 | sparc64: Add SHA1 driver making use of the 'sha1' instruction. | David S. Miller | 1 | -0/+9 |
| 2012-08-20 | crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A... | Jussi Kivilinna | 1 | -0/+2 |
| 2012-08-01 | powerpc/crypto: add 842 crypto driver | Seth Jennings | 3 | -0/+193 |
| 2012-08-01 | crypto: cast6 - add x86_64/avx assembler implementation | Johannes Goetzfried | 2 | -0/+77 |
| 2012-08-01 | crypto: testmgr - add larger cast6 testvectors | Johannes Goetzfried | 3 | -2/+1520 |
| 2012-08-01 | crypto: cast6 - prepare generic module for optimized implementations | Johannes Goetzfried | 2 | -24/+44 |
| 2012-08-01 | crypto: cast5 - add x86_64/avx assembler implementation | Johannes Goetzfried | 2 | -0/+74 |
| 2012-08-01 | crypto: testmgr - add larger cast5 testvectors | Johannes Goetzfried | 4 | -2/+871 |
| 2012-08-01 | crypto: cast5 - prepare generic module for optimized implementations | Johannes Goetzfried | 2 | -34/+47 |
| 2012-08-01 | crypto: cleanup - remove unneeded crypto_alg.cra_list initializations | Jussi Kivilinna | 15 | -15/+0 |
| 2012-08-01 | crypto: whirlpool - use crypto_[un]register_shashes | Jussi Kivilinna | 1 | -33/+6 |
| 2012-08-01 | crypto: sha512 - use crypto_[un]register_shashes | Jussi Kivilinna | 1 | -15/+5 |
| 2012-08-01 | crypto: sha256 - use crypto_[un]register_shashes | Jussi Kivilinna | 1 | -20/+5 |
| 2012-08-01 | crypto: tiger - use crypto_[un]register_shashes | Jussi Kivilinna | 1 | -32/+6 |
| 2012-08-01 | crypto: add crypto_[un]register_shashes for [un]registering multiple shash en... | Jussi Kivilinna | 1 | -0/+36 |
| 2012-08-01 | crypto: ansi_cprng - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -40/+23 |
| 2012-08-01 | crypto: serpent - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -34/+19 |
| 2012-08-01 | crypto: des - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -20/+5 |
| 2012-08-01 | crypto: crypto_null - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -39/+18 |
| 2012-08-01 | crypto: tea - use crypto_[un]register_algs | Jussi Kivilinna | 1 | -35/+6 |
| 2012-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 8 | -89/+2269 |
| 2012-07-11 | crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors | Horia Geanta | 2 | -0/+870 |
| 2012-07-11 | crypto: atmel - add new tests to tcrypt | Nicolas Royer | 1 | -5/+45 |
| 2012-07-11 | crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode | Milan Broz | 1 | -0/+38 |
| 2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -2/+5 |
| 2012-06-27 | crypto: algapi - Fix hang on crypto allocation | Steffen Klassert | 1 | -1/+1 |
| 2012-06-27 | crypto: arc4 - now arc needs blockcipher support | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2012-06-27 | crypto: twofish-avx - remove duplicated glue code and use shared glue code fr... | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue... | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod... | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: serpent-avx: remove duplicated glue code and use shared glue code fro... | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: serpent-sse2 - split generic glue code to new helper module | Jussi Kivilinna | 1 | -0/+7 |
| 2012-06-27 | crypto: aes_ni - change to use shared ablk_* functions | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: twofish-avx - change to use shared ablk_* functions | Jussi Kivilinna | 1 | -0/+1 |
| 2012-06-27 | crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t... | Jussi Kivilinna | 1 | -0/+8 |
| 2012-06-22 | crypto: algapi - Move larval completion into algboss | Herbert Xu | 3 | -26/+9 |
| 2012-06-14 | crypto: arc4 - improve performance by using u32 for ctx and variables | Jussi Kivilinna | 1 | -6/+6 |
| 2012-06-14 | crypto: arc4 - improve performance by adding ecb(arc4) | Jussi Kivilinna | 1 | -22/+87 |
| 2012-06-14 | crypto: testmgr - add ecb(arc4) speed tests | Jussi Kivilinna | 1 | -0/+10 |
| 2012-06-12 | crypto: serpent - add x86_64/avx assembler implementation | Johannes Goetzfried | 2 | -0/+80 |
| 2012-06-12 | crypto: testmgr - expand twofish test vectors | Johannes Goetzfried | 1 | -32/+896 |
| 2012-06-12 | crypto: twofish - add x86_64/avx assembler implementation | Johannes Goetzfried | 3 | -0/+107 |
| 2012-06-12 | crypto: testmgr - Add new test cases for Blackfin CRC crypto driver | Sonic Zhang | 3 | -0/+102 |
| 2012-05-23 | Merge tag 'md-3.5' of git://neil.brown.name/md | Linus Torvalds | 1 | -3/+10 |
| 2012-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+3 |
| 2012-05-22 | crypto: disable preemption while benchmarking RAID5 xor checksumming | Jim Kukunas | 1 | -0/+5 |
| 2012-05-22 | crypto: wait for a full jiffy in do_xor_speed | Jim Kukunas | 1 | -3/+5 |
| 2012-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux | Herbert Xu | 2 | -91/+4 |
| 2012-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2012-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -9/+87 |
| 2012-04-09 | um: several x86 hw-dependent crypto modules won't build on uml | Al Viro | 1 | -3/+3 |
| 2012-04-09 | crypto, xor: Sanitize checksumming function selection output | Borislav Petkov | 1 | -2/+3 |
| 2012-04-05 | crypto: sha512 - Fix byte counter overflow in SHA-512 | Kent Yoder | 1 | -1/+1 |
| 2012-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 4 | -9/+87 |
| 2012-04-02 | crypto: Stop using NLA_PUT*(). | David S. Miller | 8 | -38/+38 |
| 2012-03-29 | crypto: user - Fix size of netlink dump message | Steffen Klassert | 1 | -0/+8 |
| 2012-03-29 | crypto: user - Fix lookup of algorithms with IV generator | Steffen Klassert | 3 | -5/+75 |
| 2012-03-29 | crypto: pcrypt - Use the online cpumask as the default | Steffen Klassert | 1 | -4/+4 |
| 2012-03-23 | crypto: crc32c should use library implementation | Darrick J. Wong | 2 | -91/+4 |
| 2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 8 | -65/+1536 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 6 | -20/+20 |
| 2012-03-20 | crypto: remove the second argument of k[un]map_atomic() | Cong Wang | 6 | -20/+20 |
| 2012-03-14 | crypto: camellia - add assembler implementation for x86_64 | Jussi Kivilinna | 1 | -0/+18 |
| 2012-03-14 | crypto: camellia - rename camellia.c to camellia_generic.c | Jussi Kivilinna | 2 | -1/+0 |
| 2012-03-14 | crypto: camellia - fix checkpatch warnings | Jussi Kivilinna | 1 | -38/+41 |
| 2012-03-14 | crypto: camellia - rename camellia module to camellia_generic | Jussi Kivilinna | 2 | -1/+3 |
| 2012-03-14 | crypto: tcrypt - add more camellia tests | Jussi Kivilinna | 1 | -0/+12 |
| 2012-03-14 | crypto: testmgr - add more camellia test vectors | Jussi Kivilinna | 2 | -4/+1424 |
| 2012-03-14 | crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macro | Jussi Kivilinna | 1 | -21/+3 |
| 2012-02-26 | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 1 | -3/+7 |
| 2012-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -9/+4 |
| 2012-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -22/+24 |
| 2012-02-16 | crypto: sha512 - use standard ror64() | Alexey Dobriyan | 1 | -9/+4 |
| 2012-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -37/+33 |
| 2012-02-05 | crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0 | Jesper Juhl | 1 | -1/+1 |
| 2012-02-05 | crypto: sha512 - Avoid stack bloat on i386 | Herbert Xu | 1 | -36/+32 |
| 2012-01-26 | crypto: sha512 - Use binary and instead of modulus | Herbert Xu | 1 | -2/+2 |
| 2012-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -28/+34 |
| 2012-01-26 | crypto: Add bulk algorithm registration interface | Mark Brown | 1 | -0/+35 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
| 2012-01-15 | crypto: sha512 - use standard ror64() | Alexey Dobriyan | 1 | -9/+4 |
| 2012-01-15 | crypto: sha512 - reduce stack usage to safe number | Alexey Dobriyan | 1 | -24/+34 |
| 2012-01-15 | crypto: sha512 - make it work, undo percpu message schedule | Alexey Dobriyan | 1 | -5/+1 |
| 2012-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 14 | -639/+4194 |
| 2011-12-20 | crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig | Jussi Kivilinna | 1 | -1/+1 |
| 2011-12-20 | crypto: serpent-sse2 - select LRW and XTS | Jussi Kivilinna | 1 | -0/+4 |
| 2011-12-20 | crypto: twofish-x86_64-3way - select LRW and XTS | Jussi Kivilinna | 1 | -0/+2 |
| 2011-12-20 | crypto: xts - remove dependency on EXPERIMENTAL | Jussi Kivilinna | 1 | -2/+1 |
| 2011-12-20 | crypto: lrw - remove dependency on EXPERIMENTAL | Jussi Kivilinna | 1 | -2/+1 |
| 2011-11-30 | crypto: serpent-sse2 - should select CRYPTO_CRYPTD | Jussi Kivilinna | 1 | -0/+2 |
| 2011-11-30 | crypto: serpent - rename serpent.c to serpent_generic.c | Jussi Kivilinna | 2 | -2/+0 |
| 2011-11-30 | crypto: serpent - cleanup checkpatch errors and warnings | Jussi Kivilinna | 1 | -259/+344 |
| 2011-11-21 | crypto: serpent-sse2 - add lrw support | Jussi Kivilinna | 1 | -2/+8 |
| 2011-11-21 | crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation | Jussi Kivilinna | 1 | -0/+17 |
| 2011-11-21 | crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation | Jussi Kivilinna | 2 | -0/+77 |
| 2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 31 | -115/+1384 |
| 2011-11-13 | crypto: drop selects of bogus Kconfig symbol | Paul Bolle | 1 | -2/+0 |
| 2011-11-11 | Merge git://github.com/herbertx/crypto | Linus Torvalds | 8 | -3/+63 |
| 2011-11-11 | crypto: algapi - Fix build problem with NET disabled | Herbert Xu | 7 | -0/+63 |
| 2011-11-09 | crypto: fix typo in crypto/Kconfig | Valdis.Kletnieks@vt.edu | 1 | -1/+1 |
| 2011-11-09 | crypto: Unlink and free instances when deleted | Steffen Klassert | 2 | -1/+30 |
| 2011-11-09 | crypto: ansi_cprng - enforce key != seed in fips mode | Jarod Wilson | 1 | -0/+8 |
| 2011-11-09 | crypto: tcrypt - add xts(twofish) tests | Jussi Kivilinna | 1 | -0/+5 |
| 2011-11-09 | crypto: testmgr - add xts(twofish) test vectors | Jussi Kivilinna | 2 | -0/+696 |
| 2011-11-09 | crypto: tcrypt - add xts(serpent) tests | Jussi Kivilinna | 2 | -0/+10 |
| 2011-11-09 | crypto: testmgr - add xts(serpent) test vectors | Jussi Kivilinna | 2 | -0/+697 |
| 2011-11-09 | crypto: xts: add interface for parallelized cipher implementations | Jussi Kivilinna | 1 | -2/+73 |
| 2011-11-09 | crypto: xts - use blocksize constant | Jussi Kivilinna | 1 | -3/+5 |
| 2011-11-09 | crypto: twofish-x86_64-3way - add lrw support | Jussi Kivilinna | 1 | -5/+8 |
| 2011-11-09 | crypto: tcrypt - add lrw(twofish) tests | Jussi Kivilinna | 1 | -0/+5 |
| 2011-11-09 | crypto: testmgr - add lrw(twofish) test vectors | Jussi Kivilinna | 2 | -0/+516 |
| 2011-11-09 | crypto: tcrypt - add lrw(serpent) tests | Jussi Kivilinna | 2 | -0/+10 |
| 2011-11-09 | crypto: testmgr - add lrw(serpent) test vectors | Jussi Kivilinna | 2 | -0/+517 |
| 2011-11-09 | crypto: lrw - add interface for parallelized cipher implementions | Jussi Kivilinna | 1 | -20/+86 |
| 2011-11-09 | crypto: lrw - split gf128mul table initialization from setkey | Jussi Kivilinna | 1 | -21/+40 |
| 2011-11-09 | crypto: lrw - use blocksize constant | Jussi Kivilinna | 1 | -3/+5 |
| 2011-11-09 | crypto: lrw - fix memleak | Jussi Kivilinna | 1 | -0/+1 |
| 2011-11-09 | crypto: serpent - rename module from serpent to serpent_generic | Jussi Kivilinna | 2 | -1/+6 |
| 2011-11-09 | crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl... | Jussi Kivilinna | 1 | -19/+22 |
| 2011-11-09 | crypto: tcrypt - add serpent speed tests | Jussi Kivilinna | 1 | -0/+30 |
| 2011-11-09 | crypto: tcrypt - add test_acipher_speed | Jussi Kivilinna | 1 | -0/+250 |
| 2011-11-09 | crypto: testmgr - add new serpent test vectors | Jussi Kivilinna | 3 | -2/+423 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -0/+11 |
| 2011-11-02 | crypto: user - Fix rwsem leak in crypto_user | Jonathan Corbet | 1 | -3/+0 |
| 2011-11-01 | Merge git://github.com/herbertx/crypto | Linus Torvalds | 20 | -115/+1313 |
| 2011-11-01 | crypto: user - Depend on NET instead of selecting it | Herbert Xu | 1 | -1/+1 |
| 2011-10-31 | crypto: add module.h to those files that are explicitly using it | Paul Gortmaker | 11 | -0/+11 |
| 2011-10-26 | crypto: user - Add dependency on NET | Herbert Xu | 1 | -0/+1 |
| 2011-10-21 | crypto: user - Initialise match in crypto_alg_match | Herbert Xu | 1 | -1/+1 |
| 2011-10-21 | crypto: testmgr - add twofish tests | Jussi Kivilinna | 3 | -4/+238 |
| 2011-10-21 | crypto: testmgr - add blowfish test-vectors | Jussi Kivilinna | 3 | -4/+184 |
| 2011-10-21 | crypto: whirlpool - count rounds from 0 | Alexey Dobriyan | 1 | -6/+12 |
| 2011-10-21 | crypto: Add userspace report for compress type algorithms | Steffen Klassert | 1 | -0/+20 |
| 2011-10-21 | crypto: Add userspace report for cipher type algorithms | Steffen Klassert | 1 | -0/+29 |
| 2011-10-21 | crypto: Add userspace report for rng type algorithms | Steffen Klassert | 1 | -0/+20 |
| 2011-10-21 | crypto: Add userspace report for pcompress type algorithms | Steffen Klassert | 1 | -0/+18 |
| 2011-10-21 | crypto: Add userspace report for nivaead type algorithms | Steffen Klassert | 1 | -0/+23 |
| 2011-10-21 | crypto: Add userspace report for aead type algorithms | Steffen Klassert | 1 | -0/+25 |
| 2011-10-21 | crypto: Add userspace report for givcipher type algorithms | Steffen Klassert | 1 | -0/+23 |
| 2011-10-21 | crypto: Add userspace report for ablkcipher type algorithms | Steffen Klassert | 1 | -0/+25 |
| 2011-10-21 | crypto: Add userspace report for blkcipher type algorithms | Steffen Klassert | 1 | -0/+25 |
| 2011-10-21 | crypto: Add userspace report for ahash type algorithms | Steffen Klassert | 1 | -0/+21 |
| 2011-10-21 | crypto: Add userspace report for shash type algorithms | Steffen Klassert | 1 | -0/+21 |
| 2011-10-21 | crypto: Add userspace report for larval type algorithms | Steffen Klassert | 1 | -0/+12 |
| 2011-10-21 | crypto: Add a report function pointer to crypto_type | Steffen Klassert | 1 | -0/+5 |
| 2011-10-21 | crypto: Add userspace configuration API | Steffen Klassert | 3 | -0/+380 |
| 2011-10-21 | crypto: Export crypto_remove_final | Steffen Klassert | 2 | -3/+3 |
| 2011-10-21 | crypto: Export crypto_remove_spawns | Steffen Klassert | 2 | -3/+5 |
| 2011-10-21 | crypto: Add a flag to identify crypto instances | Steffen Klassert | 1 | -0/+1 |
| 2011-10-21 | crypto: twofish - add 3-way parallel x86_64 assembler implemention | Jussi Kivilinna | 1 | -0/+20 |
| 2011-10-21 | crypto: tcrypt - add ctr(twofish) speed test | Jussi Kivilinna | 1 | -0/+4 |
| 2011-10-21 | crypto: ghash - Avoid null pointer dereference if no key is set | Nick Bowler | 1 | -0/+6 |
| 2011-09-22 | crypto: blowfish - add x86_64 assembly implementation | Jussi Kivilinna | 1 | -0/+15 |
| 2011-09-22 | crypto: tcrypt - add ctr(blowfish) speed test | Jussi Kivilinna | 1 | -0/+4 |
| 2011-09-22 | crypto: blowfish - rename C-version to blowfish_generic | Jussi Kivilinna | 2 | -5/+8 |
| 2011-09-22 | crypto: blowfish - split generic and common c code | Jussi Kivilinna | 4 | -355/+425 |
| 2011-08-20 | crypto: cryptd - Use subsys_initcall to prevent races with aesni | Herbert Xu | 1 | -1/+1 |
| 2011-08-10 | crypto: sha1 - SSSE3 based SHA1 implementation for x86-64 | Mathias Krause | 1 | -0/+10 |