summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: sun4i-ss - simplify the appended bit assignmentAntoine Ténart2017-06-191-6/+2
| * | crypto: sun4i-ss - simplify the pad length calculationAntoine Ténart2017-06-191-17/+12
| * | crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Antoine Ténart2017-06-191-2/+1
| * | crypto: sun4i-ss - cannot use DMA is the request is 0 lengthAntoine Ténart2017-06-191-1/+1
| * | crypto: sun4i-ss - use lower/upper_32_bits helpersAntoine Ténart2017-06-191-6/+6
| * | crypto: sun4i-ss - remove conditional checks against 0Antoine Ténart2017-06-193-39/+39
| * | crypto: sun4i-ss - group variable definitions in sun4i_hash()Antoine Ténart2017-06-191-20/+11
| * | crypto: algapi - Use pr_err common logging style.Karim Eshapa2017-06-191-1/+1
| * | crypto: doc - Fixed bugs, added example usage of calc_hash().Kamil Konieczny2017-06-191-10/+28
| * | crypto: glue_helper - Delete some dead codeDan Carpenter2017-06-191-3/+0
| * | crypto: aes_ti - fix comment for MixColumns stepEric Biggers2017-06-191-1/+1
| * | crypto: mediatek - drop .owner field in mtk_crypto_driverGeliang Tang2017-06-191-1/+0
| * | crypto: cavium - Add more algorithmsGeorge Cherian2017-06-191-0/+81
| * | crypto: cavium - Remove the individual encrypt/decrypt function for each algo...George Cherian2017-06-192-77/+83
| * | crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...George Cherian2017-06-191-1/+1
| * | crypto: ccp - return NULL instead of 0pjambhlekar2017-06-191-2/+2
| * | crypto: ccp - Add debugfs entries for CCP informationGary R Hook2017-06-195-3/+395
| * | crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks2017-06-191-1/+6
| * | dt-bindings: crypto: remove mediatek ethif clockRyder Lee2017-06-101-5/+3
| * | crypto: mediatek - remove redundant clock settingRyder Lee2017-06-102-11/+1
| * | crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2017-06-102-11/+112
| * | crypto: ecdh - add privkey generation supportTudor-Dan Ambarus2017-06-105-4/+80
| * | crypto: cavium - Register the CNN55XX supported crypto algorithms.Srikanth Jampala2017-06-105-1/+544
| * | crypto: cavium - Add debugfs support in CNN55XX driver.Srikanth Jampala2017-06-103-0/+143
| * | crypto: cavium - Add support for CNN55XX adapters.Srikanth Jampala2017-06-1013-0/+4002
| * | X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-101-0/+1
| * | crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller2017-06-101-0/+1
| * | crypto: pkcs1pad - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-8/+2
| * | crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
| * | crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-3/+2
| * | crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
| * | crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
| * | crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
| * | crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-4/+3
| * | crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-1/+1
| * | crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus2017-06-101-5/+6
| * | crypto: dh - fix memleak in setkeyTudor-Dan Ambarus2017-06-101-0/+3
| * | crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus2017-06-103-7/+7
| * | crypto: ecc - remove unnecessary castsTudor-Dan Ambarus2017-06-103-25/+22
| * | crypto: ecc - remove unused function argumentsTudor-Dan Ambarus2017-06-103-21/+11
| * | crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus2017-06-108-17/+19
| * | MAINTAINERS: add a maintainer for the Inside Secure crypto driverAntoine Ténart2017-06-101-0/+6
| * | crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart2017-06-108-0/+3280
| * | crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo2017-06-101-1/+1
| * | crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo2017-06-101-2/+7
| * | crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo2017-06-101-8/+14
| * | crypto: omap-aes - Add support for GCM modeTero Kristo2017-06-105-13/+612
| * | crypto: omap-aes - export some AES driver functionality locallyTero Kristo2017-06-102-6/+13
| * | crypto: omap-aes - move definitions over to a separate header fileTero Kristo2017-06-102-149/+168
| * | crypto: omap-aes - use base omap crypto support libraryTero Kristo2017-06-101-92/+28