summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna2013-04-253-2/+108
* crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna2013-04-251-2/+17
* crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2013-04-252-17/+81
* crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-251-0/+11
* crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen2013-04-251-6/+7
* crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen2013-04-251-0/+11
* crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen2013-04-031-5/+6
* crypto: user - constify netlink dispatch tableMathias Krause2013-03-101-2/+2
* crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu2013-02-261-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-2521-92/+267
|\
| * crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14
| * crypto: user - fix empty string test in report APIMathias Krause2013-02-191-1/+1
| * crypto: user - fix info leaks in report APIMathias Krause2013-02-198-30/+29
| * crypto: use ERR_CASTJulia Lawall2013-02-0411-59/+27
| * crypto: testmgr - add test vector for fcryptJussi Kivilinna2013-01-201-0/+15
| * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-203-0/+180
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-231-0/+7
|\ \
| * | powerpc: Add a powerpc implementation of SHA-1Michael Ellerman2013-01-101-0/+7
| |/
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-10/+5
|\ \
| * | crypto: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-10/+5
| |/
* / crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna2013-01-083-63/+115
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-12-159-1027/+6184
|\
| * crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause2012-12-061-4/+0
| * crypto: testmgr - allow compression algs in fips modeMilan Broz2012-12-061-0/+3
| * crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna2012-12-061-3/+264
| * crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna2012-12-061-372/+0
| * crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna2012-12-061-2/+0
| * crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-065-549/+309
| * crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-092-0/+84
| * crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna2012-11-091-0/+23
| * crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna2012-10-243-4/+1118
| * crypto: testmgr - add new larger DES testvectorsJussi Kivilinna2012-10-243-4/+596
| * crypto: testmgr - add new larger AES testvectorsJussi Kivilinna2012-10-241-8/+1104
| * crypto: testmgr - expand serpent test vectorsJussi Kivilinna2012-10-241-38/+742
| * crypto: testmgr - expand blowfish test vectorsJussi Kivilinna2012-10-241-38/+962
| * crypto: testmgr - expand camellia test vectorsJussi Kivilinna2012-10-241-50/+940
| * crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi2012-10-152-5/+75
| * crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen2012-10-151-0/+4
| * crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-151-0/+10
* | crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna2012-10-241-3/+8
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-1416-0/+1656
|\
| * X.509: Convert some printk calls to pr_develDavid Howells2012-10-101-3/+3
| * asymmetric keys: fix printk format warningRandy Dunlap2012-10-101-1/+1
| * MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells2012-10-103-20/+51
| * X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-088-0/+832
| * RSA: Fix signature verification for shorter signaturesDavid Howells2012-10-081-3/+11
| * RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells2012-10-084-0/+279
| * KEYS: Provide signature verification with an asymmetric keyDavid Howells2012-10-082-1/+50
| * KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells2012-10-084-0/+146
| * KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-081-1/+119