aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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/crypto-2.6Linus 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 functionsMarkus Elfring3-19/+5
2018-02-22crypto: bcm - Delete an error message for a failed memory allocation in do_shash()Markus Elfring1-1/+0
2018-02-22crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe()Markus Elfring1-3/+1
2018-02-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init()Markus Elfring1-3/+2
2018-02-22crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring1-1/+1
2018-02-22crypto: sahara - Delete an error message for a failed memory allocation in sahara_probe()Markus Elfring1-3/+1
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()Markus Elfring1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe()Markus Elfring1-1/+0
2018-02-22crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart1-1/+3
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2-19/+15
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2-2/+2
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart1-0/+9
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart1-2/+1
2018-02-22crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson1-0/+1
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE1-0/+6
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE1-29/+902
2018-02-15crypto: qat - Make several functions staticColin Ian King1-3/+6
2018-02-15crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King1-1/+1
2018-02-15crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King1-4/+4