summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->bufLEROY Christophe2018-03-091-88/+44Star
| * 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/+18Star
| * 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/+3Star
| * crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-021-4/+3Star
| * 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/+0Star
| * 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/+1Star
| * crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-0214-135/+237
| * crypto: ccree - remove unused definitionsGilad Ben-Yossef2018-03-021-20/+0Star
| * crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0Star
| * crypto: ccree - fix memdup.cocci warningsFengguang Wu2018-02-221-2/+1Star
| * crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-223-19/+5Star
| * crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0Star
| * crypto: bfin_crc - Delete an error message for a failed memory allocation in ...Markus Elfring2018-02-221-3/+1Star
| * crypto: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring2018-02-221-3/+2Star
| * 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/+1Star
| * 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/+2Star
| * crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring2018-02-221-1/+0Star
| * 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/+15Star
| * 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
| * crypto: inside-secure - fix the cache_len computationAntoine Tenart2018-02-221-1/+1
| * crypto: inside-secure - fix the extra cache computationAntoine Tenart2018-02-221-1/+1
| * crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart2018-02-221-2/+1Star
| * crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson2018-02-221-0/+1
| * crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE2018-02-151-0/+6
| * crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE2018-02-151-29/+902
| * crypto: qat - Make several functions staticColin Ian King2018-02-151-3/+6
| * crypto: ccp - Make function ccp_get_dma_chan_attr staticColin Ian King2018-02-151-1/+1
| * crypto: chelsio - Make function aead_ccm_validate_input staticColin Ian King2018-02-151-4/+4
| * crypto: stm32/hash - rework padding lengthLionel Debieve2018-02-151-1/+1
| * crypto: stm32/hash - fix performance issuesLionel Debieve2018-02-151-2/+6
| * crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve2018-02-151-5/+6
| * crypto: caam/qi - add GCM supportHoria Geantă2018-02-151-0/+374
| * crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-153-25/+183
| * crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-152-3/+20
| * crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE2018-02-151-8/+21
| * crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
| * crypto: virtio - convert to new crypto engine APICorentin LABBE2018-02-153-11/+11
| * crypto: omap - convert to new crypto engine APICorentin LABBE2018-02-153-12/+36
| * crypto: ccree - add FIPS supportGilad Ben-Yossef2018-02-155-2/+176