summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: cavium - Replace mdelay with msleep in cpt_device_initJia-Ju Bai1-1/+1
2018-03-23crypto: bfin_crc - remove blackfin CRC driverArnd Bergmann4-885/+0
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)1-1/+3
2018-03-23crypto: talitos - Delete an error message for a failed memory allocation in t...Markus Elfring1-1/+0
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2018-03-16crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2-2/+0
2018-03-16crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain4-108/+298
2018-03-16crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain1-1/+1
2018-03-16crypto: chelsio - Update IV before sending request to HWHarsh Jain1-8/+11
2018-03-16crypto: chelsio - Fix src buffer dma lengthHarsh Jain1-5/+12
2018-03-16crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2-40/+34
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring1-14/+1
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2-2/+2
2018-03-09crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski1-14/+17
2018-03-09crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski1-3/+0
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski1-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski1-3/+0
2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta1-3/+2
2018-03-09crypto: omap-aes - make queue length configurableTero Kristo1-0/+43
2018-03-09crypto: omap-aes - make fallback size configurableTero Kristo1-1/+47
2018-03-09crypto: omap-sham - make queue length configurableTero Kristo1-0/+38
2018-03-09crypto: omap-sham - make fallback size configurableTero Kristo1-3/+53
2018-03-09crypto: omap-crypto - Verify page zone scatterlists before starting DMATero Kristo1-0/+4
2018-03-09crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo1-0/+7
2018-03-09crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe1-22/+63
2018-03-09crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe1-88/+44
2018-03-09crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart1-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart3-45/+18
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz3-14/+14
2018-03-03crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh1-4/+4
2018-03-03crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero1-4/+3
2018-03-03crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior1-4/+3
2018-03-03crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart1-1/+1
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva1-15/+24
2018-03-03crypto: caam - Fix null dereference at error pathRui Miguel Silva1-3/+0
2018-03-03crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh1-3/+3
2018-03-03crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef1-2/+1
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef14-135/+237
2018-03-03crypto: ccree - remove unused definitionsGilad Ben-Yossef1-20/+0
2018-03-03crypto: marvell/cesa - Clean up redundant #includeRobin Murphy1-1/+0
2018-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2018-02-24crypto: ccp: Fix sparse, use plain integer as NULL pointerBrijesh Singh1-4/+4
2018-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+9
2018-02-22crypto: ccree - fix memdup.cocci warningsFengguang Wu1-2/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring3-19/+5
2018-02-22crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring1-1/+0