summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: virtio - remove dependency on CRYPTO_AUTHENCPeter Wu2018-03-162-2/+0
| * crypto: chelsio -Split Hash requests for large scatter gather listHarsh Jain2018-03-164-108/+298
| * crypto: chelsio - Fix iv passed in fallback path for rfc3686Harsh Jain2018-03-161-1/+1
| * crypto: chelsio - Update IV before sending request to HWHarsh Jain2018-03-161-8/+11
| * crypto: chelsio - Fix src buffer dma lengthHarsh Jain2018-03-161-5/+12
| * crypto: chelsio - Use kernel round function to align lengthsHarsh Jain2018-03-162-40/+34
| * crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1
| * crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-092-2/+2
| * crypto: s5p-sss - Constify pointed data (arguments and local variables)Krzysztof Kozlowski2018-03-091-14/+17
| * crypto: s5p-sss - Remove useless check for non-null requestKrzysztof Kozlowski2018-03-091-3/+0
| * crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski2018-03-091-1/+1
| * crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski2018-03-091-3/+0
| * crypto: chelsio - no csum offload for ipsec pathAtul Gupta2018-03-091-3/+2
| * crypto: omap-aes - make queue length configurableTero Kristo2018-03-091-0/+43
| * crypto: omap-aes - make fallback size configurableTero Kristo2018-03-091-1/+47
| * crypto: omap-sham - make queue length configurableTero Kristo2018-03-091-0/+38
| * crypto: omap-sham - make fallback size configurableTero Kristo2018-03-091-3/+53
| * crypto: omap-crypto - Verify page zone scatterlists before starting DMATero Kristo2018-03-091-0/+4
| * crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo2018-03-091-0/+7
| * crypto: talitos - do not perform unnecessary dma synchronisationLEROY Christophe2018-03-091-22/+63
| * crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe2018-03-091-88/+44
| * crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart2018-03-091-1/+1
| * crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart2018-03-093-45/+18
| * crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz2018-03-093-14/+14
| * crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-021-4/+4
| * crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero2018-03-021-4/+3
| * crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-021-4/+3
| * crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart2018-03-021-1/+1
| * crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva2018-03-021-15/+24
| * crypto: caam - Fix null dereference at error pathRui Miguel Silva2018-03-021-3/+0
| * crypto: ccp - add check to get PSP master only when PSP is detectedBrijesh Singh2018-03-021-3/+3
| * crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef2018-03-021-2/+1
| * crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-0214-135/+237
| * crypto: ccree - remove unused definitionsGilad Ben-Yossef2018-03-021-20/+0
| * crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0
| * crypto: ccree - fix memdup.cocci warningsFengguang Wu2018-02-221-2/+1
| * crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-223-19/+5
| * crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0
| * crypto: bfin_crc - Delete an error message for a failed memory allocation in ...Markus Elfring2018-02-221-3/+1
| * crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring2018-02-221-3/+2
| * crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring2018-02-221-1/+1
| * crypto: sahara - Delete an error message for a failed memory allocation in sa...Markus Elfring2018-02-221-3/+1
| * crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring2018-02-221-2/+2
| * crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring2018-02-221-1/+1
| * crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring2018-02-221-5/+2
| * crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring2018-02-221-1/+0
| * crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart2018-02-221-1/+3
| * crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2018-02-222-19/+15
| * crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-222-2/+2
| * crypto: inside-secure - do not process request if no command was issuedAntoine Tenart2018-02-221-0/+9