summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-30crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-16/+20
2018-03-30crypto: chelsio - Remove declaration of static function from headerHarsh Jain2-147/+145
2018-03-30crypto: inside-secure - hmac(sha224) supportAntoine Tenart3-0/+58
2018-03-30crypto: inside-secure - hmac(sha256) supportAntoine Tenart3-9/+75
2018-03-30crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-03-30crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-30crypto: inside-secure - fix a typo in a register nameAntoine Tenart2-2/+2
2018-03-30crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2-2/+2
2018-03-30crypto: 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-23hwrng: ks-sa - add hw_random driverVitaly Andrianov3-0/+265
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-16hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy1-9/+14
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-09hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT1-0/+16
2018-03-09hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT1-4/+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-09hwrng: cavium - make two functions staticColin Ian King2-2/+2
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-02crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh1-4/+4
2018-03-02crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero1-4/+3