summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-04-21crypto: ccp - Use only the relevant interrupt bitsGary R Hook2-7/+7
2017-04-21crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet1-3/+3
2017-04-21crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski3-0/+405
2017-04-21crypto: caam - fix error return code in caam_qi_init()Wei Yongjun1-1/+1
2017-04-21crypto: chcr - Add fallback for AEAD algosHarsh Jain3-75/+151
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain3-20/+32
2017-04-21crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain1-19/+5
2017-04-21crypto: chcr - Increase priority of AEAD algos.Harsh Jain2-4/+12
2017-04-05crypto: ccp - Rearrange structure members to minimize sizeGary R Hook1-4/+4
2017-04-05crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook1-11/+11
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE5-0/+336
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu7-48/+75
2017-04-05crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-04-05crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă1-1/+1
2017-04-05crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2-45/+19
2017-03-24crypto: ixp4xx - Use sg_virt()Geliang Tang1-1/+1
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann1-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter1-1/+1
2017-03-24crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski1-1/+26
2017-03-24crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski1-3/+0
2017-03-24crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski1-2/+3
2017-03-24crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă7-16/+2601
2017-03-24crypto: caam - add Queue Interface (QI) backend supportHoria Geantă5-28/+1064
2017-03-24crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă1-0/+5
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook5-0/+531
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook8-2/+552
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook3-3/+99
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2017-03-24crypto: ccp - Make some CCP DMA channels privateGary R Hook3-0/+47
2017-03-16crypto: mediatek - make hardware operation flow more efficientRyder Lee2-188/+165
2017-03-16crypto: mediatek - add mtk_aes_gcm_tag_verify()Ryder Lee2-2/+24
2017-03-16crypto: mediatek - fix error handling in mtk_aes_complete()Ryder Lee1-16/+23
2017-03-16crypto: mediatek - add queue_task taskletRyder Lee3-12/+39
2017-03-16crypto: mediatek - simplify descriptor ring managementRyder Lee4-26/+34
2017-03-16crypto: mediatek - make mtk_sha_xmit() more genericRyder Lee2-86/+34
2017-03-16crypto: mediatek - add MTK_* prefix and correct annotations.Ryder Lee4-32/+32
2017-03-16crypto: mediatek - rework interrupt handlerRyder Lee3-101/+49
2017-03-16crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2-1/+5
2017-03-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-47/+85
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers1-1/+1
2017-03-09crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsMahipal Challa4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreMahipal Challa13-0/+2805
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski1-45/+82
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski1-2/+3
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-42/+49
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo1-16/+16