aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef3-0/+143
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef4-0/+298
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-16dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatiblesVladimir Zapolskiy1-6/+5
2018-03-16crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers4-0/+643
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: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang1-1/+1
2018-03-09crypto: ecdh - fix to allow multi segment scatterlistsJames Bottomley1-6/+17
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley3-0/+362
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 CLEMENT2-1/+22
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-03include: psp-sev: Capitalize invalid length enumBrijesh Singh1-1/+1
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: ablk_helper - remove ablk_helperEric Biggers4-187/+0
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers3-18/+14
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2-406/+0
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers3-158/+39
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers2-89/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers4-443/+208
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers2-84/+80
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers4-113/+24