summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - update the context and request laterAntoine Ténart2017-06-202-8/+7
* crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz2017-06-201-1/+1
* crypto: inside-secure - optimize DSE bufferability controlIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - enable single WR in DSE configurationIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart2017-06-201-2/+3
* crypto: chcr - Select device in Round Robin fashionHarsh Jain2017-06-203-21/+42
* crypto: chcr - Ensure Destination sg entry size less than 2kHarsh Jain2017-06-202-17/+142
* chcr - Add debug countersHarsh Jain2017-06-202-1/+17
* crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain2017-06-205-145/+690
* crypto: chcr - Avoid changing request structureHarsh Jain2017-06-201-23/+14
* crypto: chcr - Return correct error codeHarsh Jain2017-06-201-34/+42
* crypto: chcr - Fix fallback key settingHarsh Jain2017-06-201-1/+11
* crypto: chcr - Pass lcb bit setting to firmwareHarsh Jain2017-06-202-9/+13
* crypto: cavium - fix spelling mistake "Revsion" -> "Revision"Colin Ian King2017-06-201-1/+1
* crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"Colin Ian King2017-06-201-1/+1
* crypto: crypto4xx - fix an error codeChristophe Jaillet2017-06-201-0/+1
* crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"Colin Ian King2017-06-191-1/+1
* crypto: sun4i-ss - fix large block size supportAntoine Ténart2017-06-191-0/+18
* crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagAntoine Ténart2017-06-191-5/+10
* crypto: sun4i-ss - move from ablkcipher to skcipher APIAntoine Ténart2017-06-193-224/+221
* crypto: sun4i-ss - use GENMASK to generate masksAntoine Ténart2017-06-191-3/+6
* 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: 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
* crypto: mediatek - remove redundant clock settingRyder Lee2017-06-102-11/+1
* 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
* 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: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus2017-06-101-2/+2
* 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
OpenPOWER on IntegriCloud