summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-19crypto: mediatek - drop .owner field in mtk_crypto_driverGeliang Tang1-1/+0
2017-06-19crypto: cavium - Add more algorithmsGeorge Cherian1-0/+81
2017-06-19crypto: cavium - Remove the individual encrypt/decrypt function for each algo...George Cherian2-77/+83
2017-06-19crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...George Cherian1-1/+1
2017-06-19crypto: ccp - return NULL instead of 0pjambhlekar1-2/+2
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook5-3/+395
2017-06-19crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2017-06-10crypto: mediatek - remove redundant clock settingRyder Lee2-11/+1
2017-06-10crypto: cavium - Register the CNN55XX supported crypto algorithms.Srikanth Jampala5-1/+544
2017-06-10crypto: cavium - Add debugfs support in CNN55XX driver.Srikanth Jampala3-0/+143
2017-06-10crypto: cavium - Add support for CNN55XX adapters.Srikanth Jampala13-0/+4002
2017-06-10crypto: qat - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-3/+2
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus1-2/+2
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart8-0/+3280
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo1-1/+1
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo1-2/+7
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo1-8/+14
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo5-13/+612
2017-06-10crypto: omap-aes - export some AES driver functionality locallyTero Kristo2-6/+13
2017-06-10crypto: omap-aes - move definitions over to a separate header fileTero Kristo2-149/+168
2017-06-10crypto: omap-aes - use base omap crypto support libraryTero Kristo1-92/+28
2017-06-10crypto: omap-des - use base omap crypto support libraryTero Kristo1-84/+28
2017-06-10crypto: omap - add base support library for common routinesTero Kristo4-0/+233
2017-06-10crypto: omap-des - use runtime_pm autosuspend for clock handlingTero Kristo1-2/+8
2017-06-10crypto: omap-des - add check for weak keysTero Kristo1-2/+14
2017-06-10crypto: omap-aes - fix context handling for multiple coresTero Kristo1-21/+14
2017-06-10crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo1-1/+0
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr1-0/+7
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: mediatek - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: mv_cesa - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: marvell - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE1-2/+1
2017-05-23crypto: brcm - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig1-14/+1
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav1-2/+10
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-05-18crypto: ccp - Add a module authorGary R Hook1-0/+1
2017-05-18crypto: caam - add support for RSA key form 3Radu Alexe4-2/+291
2017-05-18crypto: caam - add support for RSA key form 2Radu Alexe4-17/+298
2017-05-18crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe1-4/+9
2017-05-18crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus1-0/+2
2017-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-7/+445
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-10/+159
2017-05-13Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-57/+166
2017-05-12Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds15-172/+945
2017-05-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds19-258/+1157