summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-03-24crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson1-2/+3
2018-03-19crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2018-03-19crypto: cavium - fix memory leak on infoColin Ian King1-1/+2
2018-03-19crypto: chelsio - Fix an error code in chcr_hash_dma_map()Dan Carpenter1-1/+1
2018-02-25crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny1-3/+9
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-22crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov1-2/+2
2018-02-22crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov1-1/+1
2018-02-16crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+4
2018-02-16crypto: caam - fix endless loop when DECO acquire failsHoria Geantă1-2/+6
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers2-1/+4
2018-02-03crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Tenart1-8/+12
2018-02-03crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Tenart1-11/+25
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart1-5/+5
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2-15/+15
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz2-27/+111
2017-12-22crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-12-22crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-97/+72
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds62-3760/+4635
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+8
2017-11-12crypto/nx: Do not initialize workmem allocationHaren Myneni1-1/+1
2017-11-12crypto/nx: Use percpu send window for NX requestsHaren Myneni1-81/+68
2017-11-12powerpc/vas, nx-842: Define and use chip_to_vas_id()Sukadev Bhattiprolu1-15/+3
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve1-7/+1
2017-11-10crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers1-3/+0
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers1-7/+8
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar51-0/+51
2017-11-06crypto: Convert timers to use timer_setup()Kees Cook3-9/+8
2017-11-06crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva1-4/+1
2017-11-06crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON1-0/+1
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus2-38/+0
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă1-4/+4
2017-11-06crypto: caam - remove unneeded edesc zeroizationHoria Geantă1-4/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useRomain Izard1-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard1-3/+37
2017-11-03crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny2-10/+1410
2017-11-03crypto: s5p-sss - Change spaces to tabsKamil Konieczny1-95/+95
2017-11-03crypto: drivers - Convert timers to use timer_setup()Kees Cook2-7/+6
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă1-1/+6
2017-11-03crypto: caam - fix incorrect defineRadu Alexe1-1/+1
2017-11-03crypto: atmel - remove useless irq initTudor-Dan Ambarus3-6/+0
2017-11-03crypto: atmel - return appropriate error codeTudor-Dan Ambarus3-6/+3
2017-11-03crypto: mediatek - move to generic async completionGilad Ben-Yossef1-26/+5
2017-11-03crypto: qce - move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-03crypto: talitos - move to generic async completionGilad Ben-Yossef1-33/+5
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2-3/+2
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2-7/+8
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo1-16/+17