Commit Graph

969 Commits (a9c58b907dbc6821533dfc295b63caf111ff1f16)

Author SHA1 Message Date
Jussi Kivilinna 9efade1b3e crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption 12 years ago
Jan Beulich af7cf25dd1 add further __init annotations to crypto/xor.c 12 years ago
David Howells 2f1c4fef10 X.509: Convert some printk calls to pr_devel 12 years ago
Randy Dunlap cf75446e69 asymmetric keys: fix printk format warning 12 years ago
David Howells a5752d11b3 MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checking 12 years ago
David Howells c26fd69fa0 X.509: Add a crypto key parser for binary (DER) X.509 certificates 13 years ago
David Howells 0b1568a453 RSA: Fix signature verification for shorter signatures 13 years ago
David Howells 612e0fe999 RSA: Implement signature verification algorithm [PKCS#1 / RFC3447] 13 years ago
David Howells 4ae71c1dce KEYS: Provide signature verification with an asymmetric key 13 years ago
David Howells a9681bf3dd KEYS: Asymmetric public-key algorithm crypto key subtype 13 years ago
David Howells 46c6f1776e KEYS: Asymmetric key pluggable data parsers 13 years ago
David Howells 964f3b3bf4 KEYS: Implement asymmetric key type 13 years ago
Dave Jones 97da37b35f crypto: Build SPARC DES algorithms on SPARC only. 13 years ago
Jussi Kivilinna 54216bbd76 crypto: tcrypt - add missing tests for camellia and ghash 13 years ago
Jussi Kivilinna d8a32ac256 crypto: testmgr - make test_aead also test 'dst != src' code paths 13 years ago
Jussi Kivilinna 08d6af8c16 crypto: testmgr - make test_skcipher also test 'dst != src' code paths 13 years ago
Jussi Kivilinna 549595a0c7 crypto: testmgr - add test vectors for CTR mode IV increasement 13 years ago
Jussi Kivilinna 9cac3a297d crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6) 13 years ago
Jussi Kivilinna f44d83d19d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template 13 years ago
Suresh Siddha b6f3fefe1f crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable() 13 years ago
Herbert Xu 9b2f4cb65f crypto: authenc - Fix crash with zero-length assoc data 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Pablo Neira Ayuso 9f00d9776b netlink: hide struct module parameter in netlink_kernel_create 13 years ago
Jussi Kivilinna c2b3711d11 crypto: 842 - remove .cra_list initialization 13 years ago
Jussi Kivilinna 312639bb1b Revert "[CRYPTO] cast6: inline bloat--" 13 years ago
Jussi Kivilinna 66ce0b0f29 crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?) 13 years ago
David McCullough f0be44f4fb arm/crypto: Add optimized AES and SHA1 routines 13 years ago
David S. Miller 81658ad0d9 sparc64: Add CAMELLIA driver making use of the new camellia opcodes. 13 years ago
David S. Miller c5aac2df65 sparc64: Add DES driver making use of the new des opcodes. 13 years ago
David S. Miller 442a7c40b1 sparc64: Add CRC32C driver making use of the new crc32c opcode. 13 years ago
David S. Miller 9bf4852d3d sparc64: Add AES driver making use of the new aes opcodes. 13 years ago
David S. Miller fa4dfedcc2 sparc64: Add MD5 driver making use of the 'md5' instruction. 13 years ago
David S. Miller 775e0c6998 sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. 13 years ago
David S. Miller 86c93b24ef sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. 13 years ago
David S. Miller 4ff28d4ca9 sparc64: Add SHA1 driver making use of the 'sha1' instruction. 13 years ago
Jussi Kivilinna 023af60825 crypto: aesni_intel - improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines 13 years ago
Seth Jennings 35a1fc1873 powerpc/crypto: add 842 crypto driver 13 years ago
Johannes Goetzfried 4ea1277d30 crypto: cast6 - add x86_64/avx assembler implementation 13 years ago
Johannes Goetzfried 9b8b04051d crypto: testmgr - add larger cast6 testvectors 13 years ago
Johannes Goetzfried 2b49b90672 crypto: cast6 - prepare generic module for optimized implementations 13 years ago
Johannes Goetzfried 4d6d6a2c85 crypto: cast5 - add x86_64/avx assembler implementation 13 years ago
Johannes Goetzfried a2c5826095 crypto: testmgr - add larger cast5 testvectors 13 years ago
Johannes Goetzfried 270b0c6b40 crypto: cast5 - prepare generic module for optimized implementations 13 years ago
Jussi Kivilinna 77ec2e734d crypto: cleanup - remove unneeded crypto_alg.cra_list initializations 13 years ago
Jussi Kivilinna f4b0277e7e crypto: whirlpool - use crypto_[un]register_shashes 13 years ago
Jussi Kivilinna 648b2a102d crypto: sha512 - use crypto_[un]register_shashes 13 years ago
Jussi Kivilinna 6aeb49bc5a crypto: sha256 - use crypto_[un]register_shashes 13 years ago
Jussi Kivilinna a5e7a2dcfc crypto: tiger - use crypto_[un]register_shashes 13 years ago
Jussi Kivilinna 50fc3e8d2c crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once 13 years ago
Jussi Kivilinna 8fc229a51b crypto: ansi_cprng - use crypto_[un]register_algs 13 years ago