summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-24crypto: af_alg - remove locking in async callbackStephan Mueller4-29/+39
2017-11-24crypto: algif_aead - skip SGL entries with NULL pageStephan Mueller1-9/+24
2017-11-10lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers1-0/+2
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 Biggers2-6/+0
2017-11-10crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers1-7/+8
2017-11-10crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers1-0/+8
2017-11-10crypto: dh - Don't permit 'p' to be 0Eric Biggers1-0/+8
2017-11-10crypto: dh - Fix double free of ctx->pEric Biggers1-20/+13
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli2-3/+4
2017-11-10dt-bindings: rng: Document BCM7278 RNG200 compatibleFlorian Fainelli1-1/+3
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-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley1-1/+20
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus2-38/+0
2017-11-06crypto: ecdh - remove empty exit()Tudor-Dan Ambarus1-6/+0
2017-11-06MAINTAINERS: update maintainer for qatSalvatore Benedetto1-1/+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-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan1-19/+32
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: doc - adapt api sample to use async. op waitGilad Ben-Yossef1-42/+10
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: tcrypt - move to generic async completionGilad Ben-Yossef1-59/+25
2017-11-03ima: move to generic async completionGilad Ben-Yossef1-39/+17
2017-11-03cifs: move to generic async completionGilad Ben-Yossef1-26/+4
2017-11-03dm: move dm-verity to generic async completionGilad Ben-Yossef2-66/+20
2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef4-82/+13
2017-11-03crypto: testmgr - move to generic async completionGilad Ben-Yossef1-138/+66
2017-11-03crypto: gcm - move to generic async completionGilad Ben-Yossef1-26/+6
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef2-29/+10
2017-11-03crypto: move pub key to generic async completionGilad Ben-Yossef1-24/+4
2017-11-03crypto: algif - move to generic async completionGilad Ben-Yossef5-66/+23
2017-11-03crypto: introduce crypto wait for async opGilad Ben-Yossef2-0/+53
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2-3/+2
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef5-37/+13
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef4-4/+4
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2-7/+8
2017-11-03crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2-5/+5
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook1-5/+3