summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg2-1/+9
2019-04-18crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh1-1/+1
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve1-3/+1
2019-04-16crypto: mxc-scc - Remove broken driverHerbert Xu3-777/+0
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing2-6/+3
2019-04-08crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing1-2/+2
2019-04-08crypto: marvell - remove set but not used variable 'index'YueHaibing1-2/+1
2019-04-08crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing1-2/+1
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh1-0/+67
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter1-2/+2
2019-04-08crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela2-83/+300
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan1-0/+20
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg1-2/+4
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg2-7/+1
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg2-7/+1
2019-03-28crypto: vmx - Make p8_init and p8_exit staticYueHaibing1-2/+2
2019-03-28crypto: cavium - Make cptvf_device_init staticYueHaibing1-1/+1
2019-03-28crypto: bcm - remove unused array tag_to_hash_idxYueHaibing1-3/+0
2019-03-28crypto: zip - Make some functions staticYueHaibing1-4/+4
2019-03-28crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing1-1/+2
2019-03-28crypto: cavium - Make some functions staticYueHaibing1-3/+3
2019-03-28crypto: cavium - remove unused fucntionsYueHaibing1-17/+0
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan1-7/+6
2019-03-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-03-22crypto: ccree - reduce kernel stack usage with clangArnd Bergmann1-1/+1
2019-03-22crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg2-2/+11
2019-03-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-28/+51
2019-03-07crypto: caam - add missing put_device() callWen Yang5-27/+50
2019-03-07crypto: s5p-sss - fix AES support for Exynos5433Kamil Konieczny1-1/+1
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds88-929/+1153
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-03-04cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath1-1/+1
2019-02-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-02-28crypto: s5p - add AES support for Exynos5433Kamil Konieczny1-4/+46
2019-02-28crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers1-2/+4
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2-5/+5
2019-02-28crypto: s5p - update iv after AES-CBC op endKamil Konieczny1-0/+8
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă2-47/+23
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă1-2/+1
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND1-3/+5
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski1-2/+4
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan1-1/+1
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta1-13/+20
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing1-2/+0
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2-9/+14
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie4-5/+7
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva1-0/+1