summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-164-0/+298
* 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
* hwrng: mxc-rnga - add driver support on boards with device treeVladimir Zapolskiy2018-03-161-9/+14
* dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatiblesVladimir Zapolskiy2018-03-161-6/+5
* crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-164-0/+643
* 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: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang2018-03-091-1/+1
* crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley2018-03-091-6/+17
* crypto: cfb - add support for Cipher FeedBack modeJames Bottomley2018-03-093-0/+362
* 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
* hwrng: omap - Fix clock resource by adding a register clockGregory CLEMENT2018-03-092-1/+22
* hwrng: omap - Remove useless test before clk_disable_unprepareGregory CLEMENT2018-03-091-4/+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
* hwrng: cavium - make two functions staticColin Ian King2018-03-092-2/+2
* 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
* include: psp-sev: Capitalize invalid length enumBrijesh Singh2018-03-021-1/+1
* 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: ablk_helper - remove ablk_helperEric Biggers2018-03-024-187/+0
* crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-023-18/+14
* crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-022-406/+0
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-023-158/+39
* crypto: xts - remove xts_crypt()Eric Biggers2018-03-022-89/+0
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-024-443/+208
* crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-022-84/+80
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-024-113/+24
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-023-95/+1